FIR2IR: generate both dispatch & extension receiver without 'else if'

This commit is contained in:
Mikhail Glukhikh
2020-02-25 11:27:51 +03:00
parent 4f6fe1d0ca
commit 8c155578f7
21 changed files with 6 additions and 20 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
class A {
fun Double.foo(a: Double = 1.0, b: Double = 1.0): Double {
return a + b