Files
kotlin-fork/idea/testData/intentions/addPropertyAccessors/both/local.kt
T

6 lines
86 B
Kotlin
Vendored

// IS_APPLICABLE: false
class Test {
fun test() {
var x<caret> = 1
}
}