KT-11645 generate backing field for 'private const val' in part implementation class

This commit is contained in:
Dmitry Petrov
2016-04-13 15:57:13 +03:00
parent 76e5657a99
commit 511a7e0072
3 changed files with 33 additions and 3 deletions
@@ -8482,6 +8482,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("privateConstVal.kt")
public void testPrivateConstVal() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/multifileClasses/privateConstVal.kt");
doTest(fileName);
}
@TestMetadata("samePartNameDifferentFacades.kt")
public void testSamePartNameDifferentFacades() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/multifileClasses/samePartNameDifferentFacades.kt");