KT-13043: fix translation of super call from secondary constructor when base constructor has default arguments
This commit is contained in:
@@ -71,4 +71,16 @@ public class DefaultArgumentsTest extends SingleFileTranslationTest {
|
||||
public void testDefaultArgumentsInFunctionWithExpressionAsBody() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testPrimarySuperConstructor() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testSecondarySuperConstructor() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testEnumSuperConstructor() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user