solidity/test/libsolidity/syntaxTests/parsing/external_function.sol
2018-05-22 13:25:04 +02:00

6 lines
125 B
Solidity

contract c {
function x() external {}
}
// ----
// Warning: (17-41): Function state mutability can be restricted to pure