Home
last modified time | relevance | path

Searched refs:errorExistsBeforeMarker (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DcodeFixClassImplementInterfaceNoBody.ts8 verify.errorExistsBeforeMarker("c")
DsquiggleIllegalInterfaceExtension.ts6 verify.not.errorExistsBeforeMarker();
DmalformedObjectLiteral.ts6 verify.errorExistsBeforeMarker();
DparenthesisFatArrows.ts10 verify.not.errorExistsBeforeMarker();
DsquiggleFunctionExpression.ts7 verify.not.errorExistsBeforeMarker("1");
Dfourslash.ts258 errorExistsBeforeMarker(markerName?: string): void;
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts166 public errorExistsBeforeMarker(markerName = "") { method in FourSlashInterface.VerifyNegatable