KT-36813 Generate optimizable null checks in JVM_IR

This commit is contained in:
Dmitry Petrov
2020-03-03 16:54:57 +03:00
parent a52ef71d48
commit f678db2f89
9 changed files with 90 additions and 11 deletions

View File

@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TODO KT-36813 Support code generated by JVM_IR in redundant null check optimization
// FILE: j/J.java
package j;