[FIR] Fix testData after changing anonymous object name

This commit is contained in:
simon.ogorodnik
2020-06-16 21:53:23 +03:00
parent b100fd526f
commit a8cd8ad8f8
5 changed files with 44 additions and 44 deletions
@@ -63,8 +63,8 @@ fun case_6(x: EmptyClass) {
// TESTCASE NUMBER: 7
fun case_7() {
if (anonymousTypeProperty == null || <!DEBUG_INFO_EXPRESSION_TYPE("anonymous & anonymous")!>anonymousTypeProperty<!> == null) {
<!DEBUG_INFO_EXPRESSION_TYPE("anonymous")!>anonymousTypeProperty<!>
if (anonymousTypeProperty == null || <!DEBUG_INFO_EXPRESSION_TYPE("<anonymous> & <anonymous>")!>anonymousTypeProperty<!> == null) {
<!DEBUG_INFO_EXPRESSION_TYPE("<anonymous>")!>anonymousTypeProperty<!>
}
}