Files
kotlin-fork/idea/testData/quickfix/abstract/abstractFunctionInNonAbstractClass.kt.after
T
Mark Punzalan e9298d1d71 FIR IDE: Allow FIR-specific "after" files for
AbstractHighLevelQuickFixTest.
2021-03-23 11:04:33 +01:00

5 lines
87 B
Plaintext
Vendored

// "Make 'foo' not abstract" "true"
class A() {
fun foo() {}
}
/* FIR_COMPARISON */