mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-23 07:07:09 -05:00
Fixed baselines that were comitted using the old format (#54791)
This commit is contained in:
committed by
GitHub
parent
df40c7ae88
commit
c58cc39a15
@@ -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))
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
//// [tests/cases/conformance/jsdoc/jsdocThisType.ts] ////
|
||||
|
||||
=== /types.d.ts ===
|
||||
export interface Foo {
|
||||
foo: () => void;
|
||||
|
||||
Reference in New Issue
Block a user