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

8 lines
87 B
Kotlin
Vendored

// WITH_RUNTIME
fun test() {
Foo().apply {
<caret>this.isB = true
}
}