solidity/test/libsolidity/syntaxTests/parsing/location_specifiers_with_var.sol
2018-05-09 14:08:25 +02:00

6 lines
127 B
Solidity

contract Foo {
function f() { var memory x; }
}
// ----
// ParserError: (35-41): Location specifier needs explicit type name.