Moved storage size assert to TypeChecker from DeclarationTypeChecker

This commit is contained in:
hrkrshnn
2021-10-26 18:43:04 +02:00
parent 453f404f8f
commit 9428dbc94f
5 changed files with 15 additions and 1 deletions
@@ -0,0 +1,4 @@
contract C {
Left[] pu1;
}
type Left is bytes2;