6 lines
92 B
Kotlin
Vendored
6 lines
92 B
Kotlin
Vendored
// "Make 'A' 'open'" "true"
|
|
class A() {
|
|
<caret>open fun foo() {}
|
|
}
|
|
/* FIR_COMPARISON */
|