5 lines
76 B
Kotlin
5 lines
76 B
Kotlin
// "Make 'i' abstract" "true"
|
|
abstract class A() {
|
|
var <caret>i : Int
|
|
}
|