e9298d1d71
AbstractHighLevelQuickFixTest.
5 lines
103 B
Kotlin
Vendored
5 lines
103 B
Kotlin
Vendored
// "Make 'foo' not abstract" "true"
|
|
class A() {
|
|
<caret>abstract fun foo() {}
|
|
}
|
|
/* FIR_COMPARISON */ |