bd38363077
To explicitly specify which test are failing
6 lines
113 B
Kotlin
Vendored
6 lines
113 B
Kotlin
Vendored
// "Remove function body" "true"
|
|
abstract class A() {
|
|
<caret>abstract fun foo() : Any = 1
|
|
}
|
|
|
|
/* IGNORE_FIR */ |