aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/import_complex.sol
blob: 8bbb0a88379dde8a60b225c9b77dec6670ef63e0 (plain) (blame)
1
2
3
import {hello, world} from "hello";
// ----
// ParserError: (0-35): Source "hello" not found: File not supplied initially.