solidity/test/libsolidity/syntaxTests/parsing/import_complex_without_from.sol

4 lines
78 B
Solidity
Raw Normal View History

2018-07-24 19:22:46 +00:00
import {hello, world};
// ----
// ParserError 8208: (21-22): Expected "from".