6 lines
63 B
Kotlin
Vendored
6 lines
63 B
Kotlin
Vendored
// NOT_APPLICABLE
|
|
interface A {<caret>
|
|
fun foo() {
|
|
|
|
}
|
|
} |