FIR: Unignore test on StrictJavaNullabilityAssertions

^KT-48302 Fixed
This commit is contained in:
Denis.Zharkov
2021-08-30 14:42:55 +03:00
committed by teamcityserver
parent 4a9d4ed9fe
commit c23de2dae8
@@ -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<NOT_NULL_TYPE>()' below.