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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user