bd38363077
To explicitly specify which test are failing
8 lines
135 B
Kotlin
Vendored
8 lines
135 B
Kotlin
Vendored
// "Remove function body" "true"
|
|
abstract class A() {
|
|
<caret>abstract fun foo() /*1*/ { // 2
|
|
// 3
|
|
}
|
|
}
|
|
|
|
/* IGNORE_FIR */ |