mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Removed superfluous type assertion.
This commit is contained in:
parent
9d8319dc79
commit
0ffa722e23
@ -5996,7 +5996,7 @@ module ts {
|
||||
}
|
||||
else {
|
||||
// Ordinary case - simple function invocation.
|
||||
return (<CallExpression>callExpression).typeArguments;
|
||||
return callExpression.typeArguments;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user