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

4 lines
128 B
Solidity

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