[FIR2IR] Add another problematic test with captured type argument

This commit is contained in:
Mikhail Glukhikh
2020-09-09 16:26:22 +03:00
parent 267382d86b
commit 414842343d
5 changed files with 394 additions and 0 deletions
@@ -1721,6 +1721,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/candidateSymbol.kt");
}
@TestMetadata("ClashResolutionDescriptor.kt")
public void testClashResolutionDescriptor() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/ClashResolutionDescriptor.kt");
}
@TestMetadata("DeepCopyIrTree.kt")
public void testDeepCopyIrTree() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt");