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

8 lines
82 B
Plaintext
Vendored

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