solidity/test/libsolidity/syntaxTests/metaTypes/contract_min.sol
Harikrishnan Mulackal e4e200f29f Changelog and tests
2020-05-11 15:29:05 +05:30

8 lines
194 B
Solidity

contract Min {
function contractMin() public {
type(Min).min;
}
}
// ----
// TypeError: (50-63): Member "min" not found or not visible after argument-dependent lookup in type(contract Min).