solidity/test/libsolidity/syntaxTests/experimental/inference/experimental_keywords.sol
Nikola Matic 319a6c4999 Move around experimental tests
Exclude list for AST JSON tests

Fix type inference shellcheck failure

Disable shellcheck SC2086
2023-09-14 07:56:33 +02:00

4 lines
75 B
Solidity

function f() pure {
uint word; word;
uint static_assert; static_assert;
}