InlineAssembly: Extracting tests for variable declaration

This commit is contained in:
Christian Parpart
2020-11-04 12:03:33 +01:00
parent cc230ddda3
commit 616f03f577
10 changed files with 46 additions and 42 deletions
@@ -0,0 +1,6 @@
{
x := 2
let x := 3
}
// ----
// DeclarationError 1133: (3-4): Variable x used before it was declared.