Update test affected by ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated feature

This commit is contained in:
Mikhael Bogdanov
2021-07-01 10:31:57 +02:00
parent 228100ef09
commit 7cbd6908f9
9 changed files with 62 additions and 4 deletions
@@ -26688,6 +26688,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/notNullAssertions/doGenerateParamAssertions.kt");
}
@Test
@TestMetadata("inFunctionWithExpressionBodyWithJavaGeneric.kt")
public void testInFunctionWithExpressionBodyWithJavaGeneric() throws Exception {
runTest("compiler/testData/codegen/box/notNullAssertions/inFunctionWithExpressionBodyWithJavaGeneric.kt");
}
@Test
@TestMetadata("messageLength.kt")
public void testMessageLength() throws Exception {
@@ -26790,6 +26790,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/notNullAssertions/doGenerateParamAssertions.kt");
}
@Test
@TestMetadata("inFunctionWithExpressionBodyWithJavaGeneric.kt")
public void testInFunctionWithExpressionBodyWithJavaGeneric() throws Exception {
runTest("compiler/testData/codegen/box/notNullAssertions/inFunctionWithExpressionBodyWithJavaGeneric.kt");
}
@Test
@TestMetadata("messageLength.kt")
public void testMessageLength() throws Exception {