Fix for KT-11034: Private set with @JvmStatic lateinit var doesn't compile

#KT-11034 Fixed
This commit is contained in:
Michael Bogdanov
2016-03-09 14:06:25 +03:00
parent 856dd7d909
commit 1a5bf33190
4 changed files with 57 additions and 24 deletions
@@ -7510,6 +7510,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("privateSetter.kt")
public void testPrivateSetter() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/jvmStatic/privateSetter.kt");
doTest(fileName);
}
@TestMetadata("propertyAccess.kt")
public void testPropertyAccess() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/jvmStatic/propertyAccess.kt");