design: view instantiation test
This commit is contained in:
@ -11,7 +11,6 @@ export class Parser extends TraceurParser {
|
||||
parseTypeName_() {
|
||||
// Copy of original implementation
|
||||
var typeName = super.parseTypeName_();
|
||||
var next = this.peekType_();
|
||||
// Generics support
|
||||
if (this.eatIf_(OPEN_ANGLE)) {
|
||||
var generics = [];
|
||||
@ -34,4 +33,4 @@ export class Parser extends TraceurParser {
|
||||
} while (this.eatIf_(COMMA));
|
||||
this.eat_(CLOSE_CURLY);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user