Update testData in bytecodeText (argument nullability assertions)

This commit is contained in:
Dmitry Petrov
2019-12-04 13:40:36 +03:00
parent d28743157a
commit f6b99955f8
8 changed files with 48 additions and 53 deletions

View File

@@ -1,4 +1,8 @@
// 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
package test;
import org.jetbrains.annotations.NotNull;