KT-1672 Don't complete import java.lang.reflect.Array when Array is typed at the beginning of a line

#KT-1672 fixed
This commit is contained in:
Nikolay Krasko
2012-06-01 00:11:14 +04:00
parent 22fe0d80a7
commit f18372cfdc
8 changed files with 151 additions and 18 deletions
@@ -0,0 +1,15 @@
fun main(args: Array<String>) {
Array<caret>
}
// COMPLETE: 2
// WITH_ORDER: 1
// EXIST: Array~(jet)
// EXIST: Array~(java.sql)
// Developer! Every ancient failure of this test is important!