mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-14 07:02:44 -05:00
fix(49178): check expression with type arguments in inlay hints (#49179)
This commit is contained in:
@@ -47,7 +47,7 @@ namespace ts.InlayHints {
|
||||
return;
|
||||
}
|
||||
|
||||
if (isTypeNode(node)) {
|
||||
if (isTypeNode(node) && !isExpressionWithTypeArguments(node)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user