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:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// "Remove function body" "true"
|
||||
abstract class A() {
|
||||
/*1*/
|
||||
abstract fun foo() // 3
|
||||
abstract fun foo() // 3
|
||||
}
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Remove function body" "true"
|
||||
abstract class A() {
|
||||
/*1*/
|
||||
abstract fun foo() // 3
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Remove function body" "true"
|
||||
abstract class A() {
|
||||
/*1*/
|
||||
abstract fun foo() // 3
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Remove function body" "true"
|
||||
abstract class A() {
|
||||
/*1*/
|
||||
abstract fun foo() // 3
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Remove function body" "true"
|
||||
abstract class A() {
|
||||
/*1*/
|
||||
abstract fun foo() // 3
|
||||
}
|
||||
Reference in New Issue
Block a user