solidity/test/libsolidity/syntaxTests/metaTypes/int_name.sol

8 lines
192 B
Solidity
Raw Normal View History

2020-05-11 08:43:51 +00:00
contract test {
function intName() public {
type(int).name;
}
}
// ----
// TypeError 9582: (47-61): Member "name" not found or not visible after argument-dependent lookup in type(int256).