Skip to content

Commit 4307195

Browse files
is this relevant?
1 parent d03d107 commit 4307195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17942,6 +17942,7 @@ namespace ts {
1794217942
const uninstantiatedType = checkExpressionWorker(<Expression>node, checkMode);
1794317943
type = instantiateTypeWithSingleGenericCallSignature(<Expression>node, uninstantiatedType, checkMode);
1794417944
}
17945+
// 6606: getTypeFromTypeNode? or is this about actual expressions? in that case just add function call syntax? check how it gets type for that?
1794517946

1794617947
if (isConstEnumObjectType(type)) {
1794717948
// enum object type for const enums are only permitted in:

0 commit comments

Comments
 (0)