5 lines
63 B
Kotlin
Vendored
5 lines
63 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
interface Foo {
|
|
fun<caret> bar()
|
|
} |