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
+5
View File
@@ -0,0 +1,5 @@
fun String.foo(){
val s : String = <caret>
}
// EXIST: { lookupString:"this", typeText:"jet.String" }