diff --git a/compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests/tests/kt53041.kt b/compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests/tests/kt53041.kt index 80769187698..d7cdf3307e5 100644 --- a/compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests/tests/kt53041.kt +++ b/compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests/tests/kt53041.kt @@ -2,6 +2,7 @@ // JVM_TARGET: 1.8 // TARGET_BACKEND: JVM // NULLABILITY_ANNOTATIONS: @io.reactivex.rxjava3.annotations:strict +// LANGUAGE: +ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated // IGNORE_LIGHT_ANALYSIS // FILE: MyBiConsumer.java