Add alphabetical sorting diagnostics with same ranges
This commit is contained in:
@@ -10,7 +10,7 @@ class Foo {
|
||||
|
||||
fun x(f : Foo) {
|
||||
f.<!FUNCTION_CALL_EXPECTED!>prop<!>
|
||||
f.<!NO_VALUE_FOR_PARAMETER, FUNCTION_CALL_EXPECTED!>bar<!>
|
||||
f.<!FUNCTION_CALL_EXPECTED, NO_VALUE_FOR_PARAMETER!>bar<!>
|
||||
|
||||
f.<!FUNCTION_EXPECTED!>a<!>()
|
||||
<!UNRESOLVED_REFERENCE!>c<!>()
|
||||
|
||||
Reference in New Issue
Block a user