FIR DFA: remove exactNotType
Literally not used for anything anymore. What a waste of CPU time. ...and safeCallBreakInsideDoWhile is broken again. Oh well.
This commit is contained in:
@@ -102,7 +102,7 @@ fun case_11(x: TypealiasString, y: TypealiasString) {
|
||||
if (<!SENSELESS_COMPARISON!>y == null<!>) {
|
||||
if (<!SENSELESS_COMPARISON!>stringProperty != null<!>) {
|
||||
if (false || false || false || <!SENSELESS_COMPARISON!>z == null<!> || false) {
|
||||
<!DEBUG_INFO_EXPRESSION_TYPE("TypealiasString")!>x<!>
|
||||
<!DEBUG_INFO_EXPRESSION_TYPE("TypealiasString & kotlin.Nothing")!>x<!>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user