fd262bcd8d
#KT-29572 Fixed
6 lines
105 B
Kotlin
Vendored
6 lines
105 B
Kotlin
Vendored
interface Foo
|
|
|
|
var a : Foo = o<caret>
|
|
|
|
// EXIST: { lookupString:"object", itemText:"object : Foo{...}" }
|