Extract typing.

This commit is contained in:
Daniel Kirchner
2020-04-14 10:59:28 +02:00
parent accd8d7667
commit 3af43fd350
25 changed files with 461 additions and 340 deletions
@@ -6,3 +6,4 @@ contract C {
// ----
// DeclarationError: (28-45): The "constant" keyword can only be used for state variables.
// TypeError: (69-72): Invalid array length, expected integer literal or constant expression.
// TypeError: (64-75): Data location must be "storage" or "memory" for variable, but none was given.