TypeScript/tests/baselines/reference/invalidTypeNames.types
2014-08-15 14:37:48 -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
}