JVM_IR: generate non-null assertions for arguments

This commit is contained in:
pyos
2019-05-20 12:46:38 +02:00
committed by Georgy Bronnikov
parent 266976ac1e
commit 6b2d874ccc
12 changed files with 47 additions and 8 deletions
@@ -1,3 +1,7 @@
// Bridges are not generated because their signatures would conflict. The logic
// should be inserted directly into existing methods, but this is not implemented.
// IGNORE_BACKEND: JVM_IR
private object EmptyMap : Map<Any, Nothing> {
override val size: Int get() = 0
override fun isEmpty(): Boolean = true