solidity/test/libsolidity/syntaxTests/parsing/new_invalid_type_name.sol

8 lines
102 B
Solidity
Raw Normal View History

2018-05-02 19:49:59 +00:00
contract C {
function f() {
new var;
}
}
// ----
2020-07-15 17:50:59 +00:00
// ParserError 3546: (35-38): Expected type name