Update test data in FIR diagnostic spec tests

This commit is contained in:
Mikhail Glukhikh
2020-11-18 13:12:31 +03:00
parent e7e162c7eb
commit 82c5cefba9
3 changed files with 67 additions and 58 deletions
@@ -98,7 +98,7 @@ fun case_9(x: Boolean?) {
while (x ?: return)
while (x == null)
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Boolean")!>x<!>
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Boolean & kotlin.Boolean?")!>x<!>
<!DEBUG_INFO_EXPRESSION_TYPE("kotlin.Boolean & kotlin.Boolean?")!>x<!>.equals(10)
}