Add alphabetical sorting diagnostics with same ranges
This commit is contained in:
Vendored
+1
-1
@@ -50,6 +50,6 @@ fun test(arr: Array<Int>) {
|
||||
}
|
||||
|
||||
while (true) {
|
||||
break <!USELESS_ELVIS, UNREACHABLE_CODE!>?: null<!>
|
||||
break <!UNREACHABLE_CODE, USELESS_ELVIS!>?: null<!>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user