TypeScript/tests/baselines/reference/invalidTypeNames.types
2015-04-15 16:44:20 -07:00

7 lines
188 B
Plaintext

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