03641ffbee
#KT-8467 In Progress
5 lines
123 B
Kotlin
Vendored
5 lines
123 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// ERROR: Function 'foo' without a body must be abstract
|
|
open class A {
|
|
fun <caret>foo(): Int
|
|
} |