Skip to content

Commit 89d0f41

Browse files
author
Yui T
committed
Update baselines
1 parent 67c27ee commit 89d0f41

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

tests/baselines/reference/parserInterfaceDeclaration5.errors.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
=== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts ===
2+
declare interface I {
3+
>I : Symbol(I, Decl(parserInterfaceDeclaration5.ts, 0, 0))
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
=== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts ===
2+
declare interface I {
3+
>I : I
4+
}

0 commit comments

Comments
 (0)