Resolve type aliases when looking for default arguments to actual methods.

Change-Id: I059093c1af32fcd7a2de36c25160c352d6f03a3c
This commit is contained in:
Steven Schäfer
2019-03-12 16:59:46 +01:00
committed by Mikhael Bogdanov
parent dfd3947856
commit 3f4c5c8d53
8 changed files with 49 additions and 3 deletions
@@ -15969,6 +15969,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
public void testSuperCall() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/superCall.kt");
}
@TestMetadata("typeAlias.kt")
public void testTypeAlias() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt");
}
}
}