881073b1c9
Tests duplicate IrTextTestCaseGenerated #KT-24065 Fixed
6 lines
130 B
Kotlin
Vendored
6 lines
130 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
fun test1(x: Int, y: Int = 0, z: String = "abc") {
|
|
fun local(xx: Int = x, yy: Int = y, zz: String = z) {}
|
|
}
|