solidity/test/libsolidity/ASTJSON/not_existing_import.sol
2023-05-11 10:56:55 -05:00

9 lines
161 B
Solidity

import "notexisting.sol" as NotExisting;
contract C is NotExisting.X
{
NotExisting.SomeStruct public myStruct;
constructor() {}
}
// ----
// failAfter: Parsed