Fix type-intersection-related test data

The order of types enumeration has been changed recently:
previously it was collected at first from a child and then from
its parent, but now it's being collected in order of appearance
This commit is contained in:
Denis Zharkov
2018-07-26 12:18:34 +03:00
parent d024d2e64c
commit 375f3c0769
3 changed files with 6 additions and 6 deletions
@@ -61,5 +61,5 @@ fun testAtLeastOnceFlow(x: Any?) {
<!DEBUG_INFO_SMARTCAST!>x<!>.length
} while (x != null)
<!DEBUG_INFO_SMARTCAST!>x<!>.length
}
<!DEBUG_INFO_SMARTCAST!>x<!>.<!UNREACHABLE_CODE!>length<!>
}