solidity/test/libsolidity/semanticTests/various/super_alone.sol
2023-05-11 10:56:55 -05:00

8 lines
80 B
Solidity

contract A {
function f() public {
super;
}
}
// ----
// f() ->