5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
// "Make 'i' 'abstract'" "true"
|
|
sealed class A() {
|
|
fun <caret>i() : Int
|
|
}
|