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

4 lines
128 B
Solidity
Raw Normal View History

2018-07-24 19:22:46 +00:00
import {hello, world} from "hello";
// ----
// ParserError 6275: (0-35): Source "hello" not found: File not supplied initially.