03641ffbee
#KT-8467 In Progress
5 lines
131 B
Kotlin
Vendored
5 lines
131 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// ERROR: Abstract function 'foo' in non-abstract class 'A'
|
|
object A {
|
|
abstract fun <caret>foo(): Int
|
|
} |