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

4 lines
78 B
Solidity

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