mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Fixed a crash in getPropertyNameForPropertyNameNode on NoSubstitutionTemplateLiteral (#55930)
This commit is contained in:
committed by
GitHub
parent
13a2150e8e
commit
d9cd2d0bd0
@@ -0,0 +1,7 @@
|
||||
// @strict: true
|
||||
|
||||
function Foo() {}
|
||||
Foo[`b`] = function () {};
|
||||
|
||||
type Test = keyof typeof Foo;
|
||||
|
||||
Reference in New Issue
Block a user