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
@@ -1,6 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// Missing IMPLICIT_NOTNULL casts
class A<T> {
fun add(element: T) {}
}