JS: declare names for native declaration in root scope, to avoid clashing between inner names and global native names. Fix KT-14806
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function foo() {
|
||||
return "O";
|
||||
}
|
||||
Reference in New Issue
Block a user