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

4 lines
108 B
Solidity

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