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