bd38363077
To explicitly specify which test are failing
7 lines
112 B
Plaintext
Vendored
7 lines
112 B
Plaintext
Vendored
// "Remove function body" "true"
|
|
abstract class A() {
|
|
/*1*/
|
|
abstract fun foo() // 3
|
|
}
|
|
|
|
/* IGNORE_FIR */ |