Add alphabetical sorting diagnostics with same ranges
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class WithPC1(<!UNUSED_PARAMETER!>a<!> : Int) {
|
||||
}
|
||||
|
||||
|
||||
class Foo() : <!SUPERTYPE_NOT_INITIALIZED, FINAL_SUPERTYPE!>WithPC0<!>, <!SYNTAX!>this<!>() {
|
||||
class Foo() : <!FINAL_SUPERTYPE, SUPERTYPE_NOT_INITIALIZED!>WithPC0<!>, <!SYNTAX!>this<!>() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user