solidity/test/libsolidity/syntaxTests/parsing/import_complex_without_from.sol
2022-04-01 23:41:18 -05:00

4 lines
82 B
Solidity

import {hello, world};
// ----
// ParserError 8208: (21-22=';'): Expected "from".