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

4 lines
103 B
Solidity
Raw Normal View History

2018-07-24 19:22:46 +00:00
import "hello";
// ----
// ParserError: (0-15): Source "hello" not found: File not supplied initially.