aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/import_complex_without_from.sol
blob: 961acb22bbccbcca401b62019c72192299771a69 (plain) (blame)
1
2
3
import {hello, world};
// ----
// ParserError: (21-22): Expected "from".