InlineAssembly: Extracting tests for name clashes.

This commit is contained in:
Christian Parpart
2020-11-04 12:03:33 +01:00
parent 55f9eab51f
commit 3597c8343d
6 changed files with 34 additions and 24 deletions
@@ -0,0 +1,8 @@
{
{
function g() {}
}
function g() {}
}
// ----
// DeclarationError 6052: (7-22): Function name g already taken in this scope.