Fix nullability of typePath parameter

#KT-41484 Fixed
This commit is contained in:
Mikhael Bogdanov
2020-09-22 11:44:58 +02:00
parent 0539b2b389
commit 7d4a734791
6 changed files with 65 additions and 1 deletions
@@ -276,6 +276,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/annotations/typeAnnotations/implicitReturn.kt");
}
@TestMetadata("kt41484.kt")
public void testKt41484() throws Exception {
runTest("compiler/testData/codegen/box/annotations/typeAnnotations/kt41484.kt");
}
@TestMetadata("methodParameters.kt")
public void testMethodParameters() throws Exception {
runTest("compiler/testData/codegen/box/annotations/typeAnnotations/methodParameters.kt");