Files
kotlin-fork/idea/testData/quickfix/abstract/abstractFunctionWithBodyWithComments2.kt.after
T
Mikhail Glukhikh f4d048334f 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
2018-08-09 13:00:34 +03:00

6 lines
95 B
Plaintext
Vendored

// "Remove function body" "true"
abstract class A() {
/*1*/
abstract fun foo() // 3
}