Files
kotlin-fork/idea/idea-completion/testData/basic/java/NoSyntheticClasses.kt
T
Valentin Kipyatkov 8210d3091f Initial implementation of KT-6427 Completion to use Java name suggestion to complete function parameters
(+ filtered out synthetic Kotlin classes from completion)
2015-06-25 21:57:11 +02:00

9 lines
159 B
Kotlin
Vendored

import kotlin.properties.*
val x: ReadOnlyPr<caret>
// INVOCATION_COUNT: 2
// EXIST: "ReadOnlyProperty"
// ABSENT: "ReadOnlyProperty$$TImpl"
// NOTHING_ELSE