Add alphabetical sorting diagnostics with same ranges
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
|
||||
fun f(c: LongRange): Int {
|
||||
return c.<!NI;TYPE_MISMATCH, FUNCTION_EXPECTED!>start<!>()
|
||||
return c.<!FUNCTION_EXPECTED, NI;TYPE_MISMATCH!>start<!>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user