Remove nullability assertions from special bridge call arguments

This commit is contained in:
Dmitry Petrov
2019-12-23 17:02:30 +03:00
parent fabeca5955
commit cdf9ef63ba
2 changed files with 12 additions and 4 deletions
@@ -1,9 +1,6 @@
// IGNORE_BACKEND_FIR: JVM_IR
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JVM_IR
// ^ TODO: decide whether special bridges are part of "common Kotlin" or Kotlin/JVM
// FILE: J.java
import java.util.*;