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
@@ -10,4 +10,4 @@ fun fn(value: Any) {
}
}
// TYPE: value -> <html>A & B (smart cast from Any)</html>
// TYPE: value -> <html>B & A (smart cast from Any)</html>