TypeScript/tests/baselines/reference/invalidTypeNames.symbols

7 lines
229 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/invalidTypeNames.ts ===
// Refer to calling code - a real illegal name is subbed in here
class illegal_name_here {
>illegal_name_here : Symbol(illegal_name_here, Decl(invalidTypeNames.ts, 0, 0))
}