9 lines
79 B
Kotlin
Vendored
9 lines
79 B
Kotlin
Vendored
class A {
|
|
public fun <caret>foo() {
|
|
|
|
}
|
|
}
|
|
|
|
interface Z {
|
|
fun foo()
|
|
} |