From c23de2dae86aa43f84b8c1292ecf5e5efa30fdd9 Mon Sep 17 00:00:00 2001 From: "Denis.Zharkov" Date: Mon, 30 Aug 2021 14:42:55 +0300 Subject: [PATCH] FIR: Unignore test on StrictJavaNullabilityAssertions ^KT-48302 Fixed --- .../inFunctionWithExpressionBodyWithJavaGeneric.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/enhancedNullability/inFunctionWithExpressionBodyWithJavaGeneric.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/enhancedNullability/inFunctionWithExpressionBodyWithJavaGeneric.kt index 49f37624f48..c9ff5fc84d7 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/enhancedNullability/inFunctionWithExpressionBodyWithJavaGeneric.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/enhancedNullability/inFunctionWithExpressionBodyWithJavaGeneric.kt @@ -1,6 +1,5 @@ // !LANGUAGE: +StrictJavaNullabilityAssertions -ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated // TARGET_BACKEND: JVM -// IGNORE_BACKEND_FIR: JVM_IR // See KT-8135 // We could generate runtime assertion on call site for 'generic()' below.