Fix tests not to duplicate array constructor definitions as they are available now in builtins.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fun test(fals: Int) {
|
||||
val falt = 111
|
||||
fa<caret>
|
||||
fal<caret>
|
||||
}
|
||||
|
||||
// ORDER: fals, falt, false
|
||||
@@ -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