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