Files
kotlin-fork/idea/testData/quickfix/abstract/abstractPropertyNotInClass.kt
T

2 lines
64 B
Kotlin
Vendored

// "Make 'i' not abstract" "true"
<caret>abstract val i: Int = 1