No more java lookup elements in code completion (except for one case)

This commit is contained in:
Valentin Kipyatkov
2014-04-30 17:37:04 +04:00
parent 33de0e8393
commit 717977af61
18 changed files with 102 additions and 119 deletions
@@ -0,0 +1,3 @@
var a : Runnable = <caret>
// EXIST: {"lookupString":"Runnable", "tailText":"", "typeText":"Runnable", "itemText":"Runnable(function: () -> Unit)"}