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