TypeScript/tests/baselines/reference/ClassDeclaration22.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
204 B
Plaintext

==== tests/cases/compiler/ClassDeclaration22.ts (1 errors) ====
class C {
"foo"();
"bar"() { }
~~~~~
!!! error TS2389: Function implementation name must be '"foo"'.
}