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

5 lines
85 B
Kotlin
Vendored

// "Add function body" "true"
class A() {
fun <caret>foo()
}
/* FIR_COMPARISON */