solidity/test/libsolidity/syntaxTests/parsing/import_simple.sol
2022-04-01 23:41:18 -05:00

4 lines
126 B
Solidity

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