Type inference draft.

This commit is contained in:
Daniel Kirchner
2023-09-13 22:54:02 +02:00
committed by Nikola Matic
parent 093ec110cf
commit d8a36a1d58
51 changed files with 5169 additions and 313 deletions
@@ -0,0 +1,4 @@
function f() pure {
uint word; word;
uint static_assert; static_assert;
}