Cleanup emit for type metadata for #2577

This commit is contained in:
Ron Buckton 2015-04-01 13:56:23 -07:00
parent 8a7fa55251
commit 98afb9254d

View file

@ -3918,7 +3918,6 @@ module ts {
case SyntaxKind.GetAccessor:
case SyntaxKind.SetAccessor:
case SyntaxKind.PropertyDeclaration:
case SyntaxKind.Parameter:
return true;
}
return false;