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

7 lines
78 B
Plaintext
Vendored

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