solidity/test/libsolidity/syntaxTests/using/using_library_ast_file_level.sol

5 lines
139 B
Solidity
Raw Normal View History

2021-10-11 08:16:52 +00:00
library L { }
using L for *;
// ----
// SyntaxError 8118: (14-28): The type has to be specified explicitly at file level (cannot use '*').