TypeScript/tests/cases/fourslash/errorInIncompleteMethodInObjectLiteral.ts

5 lines
118 B
TypeScript

/// <reference path='fourslash.ts'/>
//// var x: { f(): string } = { f( }
verify.numberOfErrorsInCurrentFile(1);