Files
kotlin-fork/idea/testData/intentions/convertLambdaToReference/backtickEscaped2.kt
T
2019-09-24 19:45:53 +07:00

3 lines
81 B
Kotlin
Vendored

class Person(val `super`: String)
val reader = { p: Person -> p.`super`<caret> }