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
@@ -1,5 +1,5 @@
<!CONFLICTING_OVERLOADS{LT}!><!CONFLICTING_OVERLOADS!>fun bar(x: String): Int<!> = 1<!>
<!CONFLICTING_OVERLOADS{LT}!><!CONFLICTING_OVERLOADS!>fun bar(x: String): Double<!> = 1<!>
<!CONFLICTING_OVERLOADS!>fun bar(x: String): Int<!> = 1
<!CONFLICTING_OVERLOADS!>fun bar(x: String): Double<!> = 1
fun baz(x: String): Int = 1
fun <T, R> foobaz(x: T): R = TODO()