Handle aliasing

This commit is contained in:
Leonardo Alt
2019-03-06 11:29:54 +01:00
parent 297703bc44
commit 29b2ab6f66
12 changed files with 268 additions and 10 deletions
@@ -7,3 +7,4 @@ contract C
int[3*1] x;
}
// ----
// Warning: (153-156): Assertion checker does not yet implement this operator on non-integer types.