Generate unique parameter names in LocalDeclarationsLowering
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun String.f(x: String): String {
|
||||
fun String.g() = { this@f + this@g }()
|
||||
return x.g()
|
||||
}
|
||||
|
||||
fun box() = "O".f("K")
|
||||
Reference in New Issue
Block a user