Fix rationale for test muted in JVM_IR (see KT-35656)

This commit is contained in:
Dmitry Petrov
2019-12-24 17:19:40 +03:00
parent 7898922066
commit 1d5370a56a

View File

@@ -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;