FirTypeIntersectionScope: support inherited default parameters

This commit is contained in:
Mikhail Glukhikh
2020-07-14 11:18:52 +03:00
parent 7a2ea49399
commit c46fac3464
4 changed files with 17 additions and 4 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface Q {
fun foo(a: Double): Double
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface Q {
fun foo(a: Double) = 0.0
}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface Q {
fun foo(a: Double): Double
}