5 lines
106 B
Kotlin
Vendored
5 lines
106 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// DISABLE-ERRORS
|
|
abstract class C {
|
|
abstract var <caret>foo: String? = null
|
|
} |