Fix referencing inner class constructor on an outer class instance
#KT-12796 Fixed
This commit is contained in:
@@ -1936,6 +1936,12 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("innerClassConstructorWithTwoReceivers.kt")
|
||||
public void testInnerClassConstructorWithTwoReceivers() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/callableReference/function/innerClassConstructorWithTwoReceivers.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("innerConstructorFromClass.kt")
|
||||
public void testInnerConstructorFromClass() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/callableReference/function/innerConstructorFromClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user