Fix tests not to duplicate array constructor definitions as they are available now in builtins.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
fun bar(fop: Int) {
|
||||
fo<caret>
|
||||
fun bar(breach: Int) {
|
||||
while (true)
|
||||
bre<caret>
|
||||
}
|
||||
|
||||
// ORDER: fop, for
|
||||
// ORDER: breach, break
|
||||
Reference in New Issue
Block a user