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

4 lines
123 B
Solidity

import {hello, world} from "hello";
// ----
// ParserError: (0-35): Source "hello" not found: File not supplied initially.