4abcc278fd
(cherry picked from commit 886cf21)
6 lines
96 B
Plaintext
Vendored
6 lines
96 B
Plaintext
Vendored
// "Remove function body" "true"
|
|
abstract class A() {
|
|
/*1*/
|
|
abstract fun foo() // 3
|
|
}
|