Change mangling for local functions
This commit is contained in:
committed by
Yan Zhulanow
parent
aca3be12e9
commit
488418d960
@@ -0,0 +1,9 @@
|
||||
// LOCAL_VARIABLE_TABLE
|
||||
|
||||
fun foo() {
|
||||
fun a() {}
|
||||
fun a2() {}
|
||||
fun a2(a: Int) {}
|
||||
fun `b c`() {}
|
||||
fun `c$d`() {}
|
||||
}
|
||||
Reference in New Issue
Block a user