Limit "always null" scope: only for !!, is and dot; senseless comparison rolled back; "smart constant" information for nulls #KT-10029 Fixed
This commit is contained in:
@@ -12,5 +12,5 @@ fun foo() {
|
||||
do {
|
||||
bar(<!TYPE_MISMATCH!>y<!>)
|
||||
} while (y != null)
|
||||
bar(<!ALWAYS_NULL, TYPE_MISMATCH!>y<!>)
|
||||
bar(<!TYPE_MISMATCH, DEBUG_INFO_CONSTANT!>y<!>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user