Update test affected by ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated feature
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user