Add alphabetical sorting diagnostics with same ranges
This commit is contained in:
+1
-1
@@ -8,5 +8,5 @@ public class X {
|
||||
|
||||
class A : X() {
|
||||
// TODO: DEBUG_INFO_MISSING_UNRESOLVED indicates a bug here
|
||||
override fun getFoo() = <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM, DEBUG_INFO_MISSING_UNRESOLVED!>foo<!>
|
||||
override fun getFoo() = <!DEBUG_INFO_MISSING_UNRESOLVED, TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM!>foo<!>
|
||||
}
|
||||
Reference in New Issue
Block a user