07e765a2
305fc062
1 2 3 4 5 6 7 8
9
contract Foo { function localConst() returns (uint ret) { uint constant local = 4; return local; } } // ---- // ParserError: (67-75): Expected ';' but got 'constant'