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

5 lines
70 B
Kotlin
Vendored

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