Fix yul ast import for blocks, switches and string literals.

This commit is contained in:
Daniel Kirchner
2020-03-05 14:09:13 +01:00
parent 9318dae42c
commit 420f57aec3
9 changed files with 488 additions and 6 deletions
@@ -0,0 +1,7 @@
contract C {
function g() view public {
assembly { switch 0 default {} }
}
}
// ----