TypeScript/tests/baselines/reference/class1.errors.txt

5 lines
139 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/class1.ts (1 errors) ====
interface foo{ }
class foo{ }
~~~
!!! Duplicate identifier 'foo'.