Files
kotlin-fork/idea/testData/inspectionsLocal/explicitThis/syntheticJavaProperty.kt
T
2018-06-05 15:52:16 +03:00

7 lines
83 B
Kotlin
Vendored

// WITH_RUNTIME
fun test1() {
Foo().apply {
<caret>this.s = ""
}
}