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,9 @@
class Foo{
fun String.foo(){
fun Foo.bar(){
val s: String = <caret>
}
}
}
// EXIST: { lookupString:"this@foo", typeText:"jet.String" }