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
@@ -22593,6 +22593,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class NotNullAssertions extends AbstractLightAnalysisModeTest {
@TestMetadata("inFunctionWithExpressionBodyWithJavaGeneric.kt")
public void ignoreInFunctionWithExpressionBodyWithJavaGeneric() throws Exception {
runTest("compiler/testData/codegen/box/notNullAssertions/inFunctionWithExpressionBodyWithJavaGeneric.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}