618f9f62f6
#KT-10309 Fixed
6 lines
63 B
Kotlin
Vendored
6 lines
63 B
Kotlin
Vendored
// NOT_APPLICABLE
|
|
interface A {<caret>
|
|
fun foo() {
|
|
|
|
}
|
|
} |