Files
kotlin-fork/idea/testData/intentions/addOpenModifier/localProperty.kt
T

7 lines
92 B
Kotlin
Vendored

// IS_APPLICABLE: false
open class Foo {
fun bar() {
var<caret> foo = 1
}
}