solidity/test/libsolidity/syntaxTests/using/using_library_ast_file_level.sol
2022-03-14 12:33:44 +01:00

5 lines
139 B
Solidity

library L { }
using L for *;
// ----
// SyntaxError 8118: (14-28): The type has to be specified explicitly at file level (cannot use '*').