03641ffbee
#KT-8467 In Progress
5 lines
118 B
Kotlin
Vendored
5 lines
118 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// ERROR: Property must be initialized or be abstract
|
|
open class A {
|
|
val <caret>foo: Int
|
|
} |