0e1e1e350f
#KT-15700 Fixed
3 lines
81 B
Kotlin
Vendored
3 lines
81 B
Kotlin
Vendored
class Person(val `super`: String)
|
|
|
|
val reader = { p: Person -> p.`super`<caret> } |