mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Fix rationale for test muted in JVM_IR (see KT-35656)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// FILE: test/CallableDescriptor.java
|
||||
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// ^ TODO decide if we should generate nullability assertions on arguments of 'contains' and other funs with special bridges
|
||||
// See KT-35656, here JMV_IR correctly generates a nullability assertion for an argument of 'Iterable<T>.contains(T)'.
|
||||
|
||||
package test;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user