TypeScript/tests/cases/compiler/functionOnlyHasThrow.ts
2014-07-12 17:30:19 -07:00

3 lines
68 B
TypeScript

function clone():number {
throw new Error("To be implemented");
}