solidity/test/libsolidity/syntaxTests/viewPureChecker/suggest_pure.sol

5 lines
56 B
Solidity

contract C {
function g() view public { }
}
// ----