Very initial implementation of smart completion

This commit is contained in:
Valentin Kipyatkov
2013-11-11 21:46:05 +04:00
parent a3e67ff27d
commit a7f11e6852
25 changed files with 436 additions and 42 deletions
@@ -0,0 +1,13 @@
val s = ""
fun f(p1: Object, p2: String) {
foo(<caret>)
}
fun foo(p1: String, p2: Object) : String{
}
// ABSENT: p1
// EXIST: p2
// EXIST: s
// EXIST: foo