Smart completion: this expressions added

This commit is contained in:
Valentin Kipyatkov
2013-11-27 20:15:28 +04:00
parent 29f7318f4f
commit 47d3e2e1bb
11 changed files with 191 additions and 5 deletions
@@ -0,0 +1,7 @@
class Foo{
fun String.foo(){
val foo : Foo = <caret>
}
}
// EXIST: { lookupString:"this@Foo", typeText:"Foo" }