Initial implementation of KT-6427 Completion to use Java name suggestion to complete function parameters
(+ filtered out synthetic Kotlin classes from completion)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import kotlin.properties.*
|
||||
|
||||
val x: ReadOnlyPr<caret>
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: "ReadOnlyProperty"
|
||||
// ABSENT: "ReadOnlyProperty$$TImpl"
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user