Initial support for KT-7090 Completion for callable references

#KT-7090 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-09-29 22:42:26 +03:00
parent 7ee65bf41a
commit d38ceb50b6
32 changed files with 630 additions and 159 deletions
@@ -0,0 +1,11 @@
package ppp
class X(p: Int)
class C {
fun foo() {
val v = ::<caret>
}
}
// ELEMENT: X