KT-35550 Generate type parameters for delegating property accessors

This commit is contained in:
Dmitry Petrov
2019-12-20 12:59:57 +03:00
parent 4efab51751
commit fefdce0406
7 changed files with 161 additions and 21 deletions
@@ -293,6 +293,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/declarations/kt29833.kt");
}
@TestMetadata("kt35550.kt")
public void testKt35550() throws Exception {
runTest("compiler/testData/ir/irText/declarations/kt35550.kt");
}
@TestMetadata("localClassWithOverrides.kt")
public void testLocalClassWithOverrides() throws Exception {
runTest("compiler/testData/ir/irText/declarations/localClassWithOverrides.kt");