Added a test on lateinit var inside a local class

This commit is contained in:
Igor Chevdar
2020-04-07 20:06:12 +03:00
parent 1772f20d48
commit b54148a6f1
7 changed files with 47 additions and 0 deletions
@@ -20527,6 +20527,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/properties/lateinit/exceptionGetter.kt");
}
@TestMetadata("localClass.kt")
public void testLocalClass() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/localClass.kt");
}
@TestMetadata("nameClash.kt")
public void testNameClash() throws Exception {
runTest("compiler/testData/codegen/box/properties/lateinit/nameClash.kt");