[FIR2IR] Introduce & use lazy function for external class functions

This commit is contained in:
Mikhail Glukhikh
2020-06-18 16:09:38 +03:00
parent 6d07af63cf
commit d08f91bf35
6 changed files with 205 additions and 21 deletions
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FILE: Generic.java
class Generic<T> {
T id(T x) { return x; }