solidity/test/libsolidity/syntaxTests/parsing/import_complex_without_from.sol
2018-07-25 11:01:41 +01:00

4 lines
73 B
Solidity

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