Make java classes completion popup not so obtrusive

This commit is contained in:
Nikolay Krasko
2012-01-17 19:21:34 +04:00
parent 7b8a057f37
commit c4bdd59f02
2 changed files with 50 additions and 37 deletions
@@ -0,0 +1,10 @@
package testing
// Should show java names by short name
class Hello() {
fun test() {
val a : S<caret>
}
}
// EXIST: SortedMap, Short, Socket