[JVM IR] Added null-checks of handler for non-super $default calls

This commit is contained in:
Kristoffer Andersen
2020-02-03 13:46:43 +01:00
committed by Alexander Udalov
parent fe50bb4b93
commit c1d350f8f3
11 changed files with 92 additions and 17 deletions
@@ -1,6 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TODO KT-36771 Missing special code for super calls to inline functions support in JVM_IR
//open modality to method handle check generation
open class A {
inline fun test(p: String = "OK"): String {