solidity/test/libsolidity/syntaxTests/events/file_level_event_using.sol
2023-09-15 14:47:40 +02:00

7 lines
105 B
Solidity

event E();
type T is uint;
using {E} for T;
// ----
// TypeError 8187: (35-36): Expected function name.