Fixed baselines that were comitted using the old format (#54791)

This commit is contained in:
Mateusz Burzyński
2023-06-27 01:41:06 +02:00
committed by GitHub
parent df40c7ae88
commit c58cc39a15
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
//// [tests/cases/conformance/jsdoc/jsdocThisType.ts] ////
=== /types.d.ts ===
export interface Foo {
>Foo : Symbol(Foo, Decl(types.d.ts, 0, 0))

View File

@@ -1,3 +1,5 @@
//// [tests/cases/conformance/jsdoc/jsdocThisType.ts] ////
=== /types.d.ts ===
export interface Foo {
foo: () => void;