[Test] Support RENDER_DIAGNOSTICS_FULL_TEXT directive for FIR tests

This commit is contained in:
Brian Norman
2023-06-01 09:27:06 -05:00
committed by Space Team
parent 22a5dd7f29
commit 48484368c7
30 changed files with 174 additions and 1 deletions
@@ -0,0 +1,7 @@
/labelClashes.fir.kt:(84,87): error: Unresolved reference: inc
/labelClashes.fir.kt:(151,154): error: Unresolved reference: inc
/labelClashes.fir.kt:(268,271): error: Unresolved reference: foo
/labelClashes.fir.kt:(331,334): error: Unresolved reference: foo
@@ -0,0 +1 @@
/upperBoundViolated2.fir.kt:(111,123): error: Type argument is not within its bounds: should be subtype of 'kotlin/collections/List<kotlin/CharSequence>'