Initial support for KT-7090 Completion for callable references
#KT-7090 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class C {
|
||||
val prop: Int = 0
|
||||
|
||||
fun foo() {
|
||||
val v = ::<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// ELEMENT: prop
|
||||
Reference in New Issue
Block a user