TypeScript/tests/baselines/reference/invalidTypeNames.types

7 lines
188 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== 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
2014-08-15 23:33:16 +02:00
}