JVM box tests for KT-30548

This commit is contained in:
Dmitry Petrov
2020-12-24 12:12:34 +03:00
parent daa6255ab7
commit a1574bf50a
9 changed files with 61 additions and 0 deletions
@@ -22156,6 +22156,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/properties/lateinit/exceptionGetter.kt");
}
@TestMetadata("kt30548.kt")
public void testKt30548() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/kt30548.kt");
}
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/localClass.kt");