FIR: run diagnostic "with stdlib" tests also in light tree mode

This commit is contained in:
Mikhail Glukhikh
2021-01-29 11:35:33 +03:00
parent 7d4eaefd36
commit 338aad98eb
16 changed files with 4647 additions and 3207 deletions
@@ -59,8 +59,8 @@ fun test_2(x: Any) {
fun test_3(x: Any) {
myRequireOr(x is B, x is C)
x.foo() // OK
x.<!UNRESOLVED_REFERENCE!>bar<!>() // Error
x.<!UNRESOLVED_REFERENCE!>baz<!>() // Error
x.<!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>bar<!>()<!> // Error
x.<!UNRESOLVED_REFERENCE{LT}!><!UNRESOLVED_REFERENCE{PSI}!>baz<!>()<!> // Error
}
fun test_4(x: Any) {