Skip to content

Commit c32cd10

Browse files
dzharkovSpace Team
authored andcommitted
Make sure that fix for KT-53041 works with additional LF
Previously, it worked by default because ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated was enabled by default since 1.8, but we have to disable it because of KT-55357 Turning off the fix by default is not a breaking change per se, because 1.8 has not yet been released. ^KT-55357 Related ^KT-36770 Related ^KT-53041 Open
1 parent d0d55d7 commit c32cd10

File tree

1 file changed

+1
-0
lines changed
  • compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests/tests

1 file changed

+1
-0
lines changed

compiler/testData/codegen/box/javaInterop/foreignAnnotationsTests/tests/kt53041.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// JVM_TARGET: 1.8
33
// TARGET_BACKEND: JVM
44
// NULLABILITY_ANNOTATIONS: @io.reactivex.rxjava3.annotations:strict
5+
// LANGUAGE: +ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated
56
// IGNORE_LIGHT_ANALYSIS
67

78
// FILE: MyBiConsumer.java

0 commit comments

Comments
 (0)