Code completion: avoid duplication of elements for java classes

This commit is contained in:
Valentin Kipyatkov
2014-10-08 18:09:16 +04:00
parent eabcbb00ab
commit f9bf214526
8 changed files with 64 additions and 54 deletions
@@ -0,0 +1,7 @@
import java.io.InputStreamReader
val x = InputStreamReader<caret>
// INVOCATION_COUNT: 2
// EXIST: { lookupString:"InputStreamReader", tailText:" (java.io)" }
// NUMBER: 1