Add Yul syntax tests for dots in identifiers

This commit is contained in:
Alex Beregszaszi
2020-07-03 15:41:09 +01:00
parent 3d96e2b11a
commit 8b53f85e28
21 changed files with 90 additions and 0 deletions
@@ -0,0 +1,4 @@
{
function x.() {}
}
// ----