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

4 lines
108 B
Solidity

import {hello, world} from function;
// ----
// ParserError 6845: (27-35='function'): Expected import path.