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:
@@ -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!
|
||||
Reference in New Issue
Block a user