Fix for KT-15447: Compiler backend error: "Don't know how to generate outer expression for class"

#KT-15447 Fixed
This commit is contained in:
Mikhael Bogdanov
2016-12-28 17:52:07 +01:00
parent 2566a7a25e
commit e775cc697e
7 changed files with 39 additions and 4 deletions
@@ -2086,6 +2086,12 @@ public class LightAnalysisModeCodegenTestGenerated extends AbstractLightAnalysis
doTest(fileName);
}
@TestMetadata("kt15447.kt")
public void testKt15447() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/callableReference/property/kt15447.kt");
doTest(fileName);
}
@TestMetadata("kt6870_privatePropertyReference.kt")
public void testKt6870_privatePropertyReference() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/callableReference/property/kt6870_privatePropertyReference.kt");