f4d048334f
Formatting rules (probably) was slightly changed in 182 branch, so I have to introduce bunch file for 181/173/AS here
6 lines
95 B
Plaintext
Vendored
6 lines
95 B
Plaintext
Vendored
// "Remove function body" "true"
|
|
abstract class A() {
|
|
/*1*/
|
|
abstract fun foo() // 3
|
|
}
|