JS: add support of custom exceptions inherited from kotlin.Throwable that call super constructor from secondary constructor
This commit is contained in:
@@ -16235,6 +16235,12 @@ public class LightAnalysisModeCodegenTestGenerated extends AbstractLightAnalysis
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("throwableImplWithSecondaryConstructor.kt")
|
||||
public void testThrowableImplWithSecondaryConstructor() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/specialBuiltins/throwableImplWithSecondaryConstructor.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("valuesInsideEnum.kt")
|
||||
public void testValuesInsideEnum() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/specialBuiltins/valuesInsideEnum.kt");
|
||||
|
||||
Reference in New Issue
Block a user