Add alphabetical sorting diagnostics with same ranges
This commit is contained in:
@@ -2,7 +2,7 @@ sealed class My(open val x: Int?) {
|
||||
init {
|
||||
if (<!DEBUG_INFO_LEAKING_THIS!>x<!> != null) {
|
||||
// Should be error: property is open
|
||||
<!SMARTCAST_IMPOSSIBLE, DEBUG_INFO_LEAKING_THIS!>x<!>.hashCode()
|
||||
<!DEBUG_INFO_LEAKING_THIS, SMARTCAST_IMPOSSIBLE!>x<!>.hashCode()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user