Support constant numbers in inline assembly.

This commit is contained in:
chriseth
2019-07-02 14:01:05 +02:00
parent b8dbf7d2a8
commit cdd137e3d1
11 changed files with 122 additions and 10 deletions
@@ -7,4 +7,4 @@ contract test {
}
}
// ----
// TypeError: (98-99): Constant variables not supported by inline assembly.
// TypeError: (98-99): Constant variables cannot be assigned to.