aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/new_invalid_type_name.sol
blob: d469bc75cf52608b5bab2127a78a70a7884c2532 (plain) (tree)
1
2
3
4
5
6
7





                        
                                                     
contract C {
    function f() {
        new var;
    }
}
// ----
// ParserError: (35-38): Expected explicit type name.