Files
kotlin-fork/idea/testData/intentions/usePropertyAccessSyntax/getReservedWord2.kt
T

5 lines
68 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun test() {
Foo().<caret>getTypeof()
}