fix mangle name collision across files (#2722)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var a = bar(1+2);
|
||||
var b = baz(3+9);
|
||||
print('q' + 'u' + 'x', a, b);
|
||||
var x = bar(1+2);
|
||||
var y = baz(3+9);
|
||||
print('q' + 'u' + 'x', x, y);
|
||||
foo(5+6);
|
||||
|
||||
Reference in New Issue
Block a user