fd262bcd8d
#KT-29572 Fixed
7 lines
126 B
Kotlin
Vendored
7 lines
126 B
Kotlin
Vendored
abstract class Foo
|
|
|
|
var a : Foo = <caret>
|
|
|
|
// ABSENT: Foo
|
|
// EXIST: { lookupString:"object", itemText:"object : Foo(){...}" }
|