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,6 @@
{
{ let g := 0 }
function g() {}
}
// ----
// DeclarationError 1395: (5-15): Variable name g already taken in this scope.