Fix get type from short-hand property assignment

This commit is contained in:
Yui T
2014-11-10 10:51:08 -08:00
parent 8a779e1e85
commit e9122b4d85
3 changed files with 11 additions and 2 deletions

View File

@@ -574,6 +574,7 @@ module ts {
case SyntaxKind.VariableDeclaration:
case SyntaxKind.Property:
case SyntaxKind.PropertyAssignment:
case SyntaxKind.ShortHandPropertyAssignment:
case SyntaxKind.EnumMember:
case SyntaxKind.Method:
case SyntaxKind.FunctionDeclaration: