touchlab / xcode-kotlin

Kotlin Native Xcode Plugin
https://touchlab.co/xcodekotlin
Apache License 2.0
1.17k stars 46 forks source link

lldb address-of fields #3

Closed kpgalligan closed 3 months ago

kpgalligan commented 5 years ago

When lldb and Xcode loop through a set of fields, we get calls for both regular named fields and ampersand prefix fields, which is presumably some form of "address of". I'm not sure why, and both our support and the original python formatter skipped them. We should do some research and figure out what they're for.

kpgalligan commented 5 years ago

See #1 for more context

TadeasKriz commented 3 months ago

Fixed in 2.0.