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