mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Type inference draft.
This commit is contained in:
committed by
Nikola Matic
parent
093ec110cf
commit
d8a36a1d58
@@ -0,0 +1,4 @@
|
||||
function f() pure {
|
||||
uint word; word;
|
||||
uint static_assert; static_assert;
|
||||
}
|
||||
Reference in New Issue
Block a user