6 lines
104 B
Kotlin
Vendored
6 lines
104 B
Kotlin
Vendored
interface Foo
|
|
|
|
var a : Foo = o<caret>
|
|
|
|
// EXIST: { lookupString:"object", itemText:"object: Foo{...}" }
|