solidity/test/libsolidity/syntaxTests/events/file_level_event_using.sol

7 lines
105 B
Solidity
Raw Normal View History

2023-09-07 14:13:10 +00:00
event E();
type T is uint;
using {E} for T;
// ----
// TypeError 8187: (35-36): Expected function name.