Skip to content

Commit c58cc39

Browse files
authored
Fixed baselines that were comitted using the old format (#54791)
1 parent df40c7a commit c58cc39

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/baselines/reference/jsdocThisType.symbols

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//// [tests/cases/conformance/jsdoc/jsdocThisType.ts] ////
2+
13
=== /types.d.ts ===
24
export interface Foo {
35
>Foo : Symbol(Foo, Decl(types.d.ts, 0, 0))

tests/baselines/reference/jsdocThisType.types

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//// [tests/cases/conformance/jsdoc/jsdocThisType.ts] ////
2+
13
=== /types.d.ts ===
24
export interface Foo {
35
foo: () => void;

0 commit comments

Comments
 (0)