8210d3091f
(+ filtered out synthetic Kotlin classes from completion)
9 lines
159 B
Kotlin
Vendored
9 lines
159 B
Kotlin
Vendored
import kotlin.properties.*
|
|
|
|
val x: ReadOnlyPr<caret>
|
|
|
|
// INVOCATION_COUNT: 2
|
|
// EXIST: "ReadOnlyProperty"
|
|
// ABSENT: "ReadOnlyProperty$$TImpl"
|
|
// NOTHING_ELSE
|