ffe7f224
2e0d019e
1 2 3
4
5 6 7 8
9 10
contract C { uint256 Test; function f() public { emit Test(); } } // ---- // TypeError: (63-69): Type is not callable // TypeError: (63-67): Expression has to be an event invocation.