FIR2IR: extract fake override generator

This commit is contained in:
Mikhail Glukhikh
2020-03-02 18:39:33 +03:00
parent 0bb3a42ceb
commit 50c4c3f4fb
7 changed files with 158 additions and 141 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface A {
fun foo(x: Int, y: Int = x + 20, z: Int = y * 2) = z
}