Add alphabetical sorting diagnostics with same ranges
This commit is contained in:
+10
-10
@@ -8,31 +8,31 @@ infix fun Any?.ddoo(a: Any) {}
|
||||
operator fun Any?.contains(a: Any): Boolean = true
|
||||
|
||||
fun test(a: Any) {
|
||||
1f<!UNSUPPORTED, UNRESOLVED_REFERENCE!>oo<!> a
|
||||
1f<!UNRESOLVED_REFERENCE, UNSUPPORTED!>oo<!> a
|
||||
1f<!UNSUPPORTED!>foo<!> a
|
||||
1<!UNSUPPORTED!>doo<!> a
|
||||
1<!UNSUPPORTED!>ddoo<!> a
|
||||
1<!UNSUPPORTED, INFIX_MODIFIER_REQUIRED!>contains<!> a
|
||||
1<!INFIX_MODIFIER_REQUIRED, UNSUPPORTED!>contains<!> a
|
||||
|
||||
1L<!UNSUPPORTED!>foo<!> a
|
||||
1L<!UNSUPPORTED, UNRESOLVED_REFERENCE!>oo<!> a
|
||||
1L<!UNRESOLVED_REFERENCE, UNSUPPORTED!>oo<!> a
|
||||
1L<!UNSUPPORTED!>Loo<!> a
|
||||
|
||||
0b1<!UNSUPPORTED!>foo<!> a
|
||||
0b1L<!UNSUPPORTED!>foo<!> a
|
||||
0b1L<!UNSUPPORTED, UNRESOLVED_REFERENCE!>oo<!> a
|
||||
0b1L<!UNRESOLVED_REFERENCE, UNSUPPORTED!>oo<!> a
|
||||
0b1L<!UNSUPPORTED!>Loo<!> a
|
||||
|
||||
0xf<!UNSUPPORTED, UNRESOLVED_REFERENCE!>oo<!> a
|
||||
0xff<!UNSUPPORTED, UNRESOLVED_REFERENCE!>oo<!> a
|
||||
0xf<!UNRESOLVED_REFERENCE, UNSUPPORTED!>oo<!> a
|
||||
0xff<!UNRESOLVED_REFERENCE, UNSUPPORTED!>oo<!> a
|
||||
0xfL<!UNSUPPORTED!>Loo<!> a
|
||||
|
||||
1.0f<!UNSUPPORTED, UNRESOLVED_REFERENCE!>oo<!> a
|
||||
1.0f<!UNRESOLVED_REFERENCE, UNSUPPORTED!>oo<!> a
|
||||
1.0f<!UNSUPPORTED!>foo<!> a
|
||||
1.0<!UNSUPPORTED!>doo<!> a
|
||||
1.0<!UNSUPPORTED!>ddoo<!> a
|
||||
|
||||
.0f<!UNSUPPORTED, UNRESOLVED_REFERENCE!>oo<!> a
|
||||
.0f<!UNRESOLVED_REFERENCE, UNSUPPORTED!>oo<!> a
|
||||
.0f<!UNSUPPORTED!>foo<!> a
|
||||
.0<!UNSUPPORTED!>doo<!> a
|
||||
.0<!UNSUPPORTED!>ddoo<!> a
|
||||
@@ -40,10 +40,10 @@ fun test(a: Any) {
|
||||
1<!UNSUPPORTED!>in<!> a
|
||||
1.0<!UNSUPPORTED!>in<!> a
|
||||
1.0f<!UNSUPPORTED!>in<!> a
|
||||
1.0<!UNSUPPORTED, UNRESOLVED_REFERENCE!>din<!> a
|
||||
1.0<!UNRESOLVED_REFERENCE, UNSUPPORTED!>din<!> a
|
||||
.0<!UNSUPPORTED!>in<!> a
|
||||
.0f<!UNSUPPORTED!>in<!> a
|
||||
.0<!UNSUPPORTED, UNRESOLVED_REFERENCE!>din<!> a
|
||||
.0<!UNRESOLVED_REFERENCE, UNSUPPORTED!>din<!> a
|
||||
|
||||
<!USELESS_IS_CHECK!>1<!UNSUPPORTED!>is<!> Any<!>
|
||||
1<!UNSUPPORTED!>as<!> Any
|
||||
|
||||
Reference in New Issue
Block a user