[FIR2IR] Copy type parameters for trivial fake overrides

This commit is contained in:
Mikhail Glukhikh
2020-08-19 13:26:01 +03:00
parent bf0bb9e946
commit 85c1505689
10 changed files with 274 additions and 71 deletions
@@ -1710,6 +1710,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
public void testDeprecated() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/deprecated.kt");
}
@TestMetadata("FirBuilder.kt")
public void testFirBuilder() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/FirBuilder.kt");
}
}
@TestMetadata("compiler/testData/ir/irText/lambdas")