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

3 lines
41 B
Kotlin
Vendored

open class Foo {
var<caret> bar = 0
}