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

7 lines
225 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/ClassDeclarations/parserClassDeclaration13.ts (1 errors) ====
class C {
foo();
bar() { }
2014-07-31 01:27:13 +02:00
~~~
!!! Function implementation name must be 'foo'.
2014-07-13 01:04:16 +02:00
}