solidity/test/libsolidity/syntaxTests/functionCalls/magic_not_callable.sol

6 lines
107 B
Solidity
Raw Normal View History

contract C {
uint a = msg(1000);
}
// ----
// TypeError 5704: (26-35): Magic variable is not callable.