fix: Do not allow TypeCastExpressions w/o parens (#8956)

This commit is contained in:
Daniel Tschinder
2018-11-05 15:34:24 -08:00
committed by GitHub
parent b95cbc4a8e
commit e3b2c1afff
11 changed files with 26 additions and 27 deletions

View File

@@ -30,7 +30,6 @@ types/annotations_in_comments_invalid/migrated_0003.js
types/annotations/void_is_reserved_param.js
types/member/reserved_words.js
types/parameter_defaults/migrated_0032.js
types/typecasts_invalid/migrated_0001.js
class_method_kinds/polymorphic_getter.js
numbers/underscored_bin.js
numbers/underscored_float.js