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

4 lines
86 B
Solidity
Raw Normal View History

2021-10-11 08:16:52 +00:00
using * for uint;
// ----
// ParserError 2314: (6-7): Expected identifier but got '*'