2018-05-02 19:49:59 +00:00
|
|
|
contract test {
|
|
|
|
uint256 stateVar;
|
2018-06-29 12:55:44 +00:00
|
|
|
function functionName() public {}
|
2018-05-02 19:49:59 +00:00
|
|
|
}
|
|
|
|
// ----
|
2018-06-29 12:55:44 +00:00
|
|
|
// Warning: (36-69): Function state mutability can be restricted to pure
|