Fix test for "Remove abstract function body"

Formatting rules (probably) was slightly changed in 182 branch,
so I have to introduce bunch file for 181/173/AS here
This commit is contained in:
Mikhail Glukhikh
2018-08-08 13:07:41 +03:00
parent 87b5fca094
commit f4d048334f
5 changed files with 21 additions and 1 deletions
@@ -1,5 +1,5 @@
// "Remove function body" "true"
abstract class A() {
/*1*/
abstract fun foo() // 3
abstract fun foo() // 3
}
@@ -0,0 +1,5 @@
// "Remove function body" "true"
abstract class A() {
/*1*/
abstract fun foo() // 3
}
@@ -0,0 +1,5 @@
// "Remove function body" "true"
abstract class A() {
/*1*/
abstract fun foo() // 3
}
@@ -0,0 +1,5 @@
// "Remove function body" "true"
abstract class A() {
/*1*/
abstract fun foo() // 3
}
@@ -0,0 +1,5 @@
// "Remove function body" "true"
abstract class A() {
/*1*/
abstract fun foo() // 3
}