4 lines
78 B
Kotlin
Vendored
4 lines
78 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
abstract class Test {
|
|
abstract var x<caret>: Int
|
|
} |