KT-16554 Local function with default arguments have no IR elements for them
This commit is contained in:
@@ -1 +1,3 @@
|
||||
fun test1(x: Int, y: Int = 0, z: String = "abc") {}
|
||||
fun test1(x: Int, y: Int = 0, z: String = "abc") {
|
||||
fun local(xx: Int = x, yy: Int = y, zz: String = z) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user