Files
kotlin-fork/idea/testData/quickfix/canBePrimaryConstructorProperty/protectedOpenVar.kt
T
2016-06-16 16:24:43 +03:00

4 lines
107 B
Kotlin
Vendored

// "Move to constructor" "true"
class Container(index: Int) {
protected open var <caret>index = index
}