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