FirTypeIntersectionScope: support inherited default parameters
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user