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