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

4 lines
103 B
Solidity

import "hello";
// ----
// ParserError: (0-15): Source "hello" not found: File not supplied initially.