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