TypeScript/tests/baselines/reference/parserClassDeclaration22.errors.txt
2014-07-30 16:27:13 -07:00

7 lines
236 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ClassDeclarations/parserClassDeclaration22.ts (1 errors) ====
class C {
"foo"();
"bar"() { }
~~~~~
!!! Function implementation name must be '"foo"'.
}