6 lines
79 B
Kotlin
Vendored
6 lines
79 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
abstract class Foo {
|
|
abstract val <caret>x: Int
|
|
}
|