[JVM IR] Mangle variable names for anonymous parameters in lambdas.
This commit is contained in:
committed by
Ilmir Usmanov
parent
88cac53d88
commit
31ba2d64db
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
inline fun foo(x: (Int, Station) -> Unit) {
|
||||
x(1, Station(null, "", 1))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user