solidity/test/libsolidity/syntaxTests/parsing/external_function.sol

6 lines
125 B
Solidity
Raw Normal View History

2018-05-17 07:04:39 +00:00
contract c {
function x() external {}
}
// ----
// Warning: (17-41): Function state mutability can be restricted to pure