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
This commit is contained in:
committed by
Space Team
parent
cd0d6d2773
commit
9e8e5c5a36
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user