Files
kotlin-fork/idea/testData/intentions/movePropertyToConstructor/local.kt
T
2017-03-24 15:22:50 +03:00

7 lines
95 B
Kotlin
Vendored

// IS_APPLICABLE: false
class TestClass {
fun foo() {
var <caret>text = ""
}
}