solidity/test/libsolidity/ASTJSON/fail_after_parsing.sol
2023-05-11 10:56:55 -05:00

16 lines
208 B
Solidity

function g() public;
interface I {
struct S { S s; }
function f(E storage e) {
error E;
emit E();
++c;
uint calldata c = 123.4;
}
}
// ----
// failAfter: Parsed