Revert "Parenthesized expressions (#8025)"
This reverts commit dd8b700a2c.
This commit is contained in:
committed by
Nicolò Ribaudo
parent
9f3457797f
commit
fc1ea7f496
@@ -102,10 +102,6 @@ export function SequenceExpression() {
|
||||
.getTypeAnnotation();
|
||||
}
|
||||
|
||||
export function ParenthesizedExpression() {
|
||||
return this.get("expression").getTypeAnnotation();
|
||||
}
|
||||
|
||||
export function AssignmentExpression() {
|
||||
return this.get("right").getTypeAnnotation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user