TypeScript/tests/baselines/reference/crashOnMethodSignatures.errors.txt
2014-07-31 11:06:42 -07:00

7 lines
233 B
Plaintext

==== tests/cases/compiler/crashOnMethodSignatures.ts (1 errors) ====
class A {
a(completed: () => any): void;
~
!!! Function implementation is missing or not immediately following the declaration.
}