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

5 lines
56 B
Solidity
Raw Normal View History

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