mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 01:43:59 -05:00
Update baselines
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts(1,1): error TS1045: A 'declare' modifier cannot be used with an interface declaration.
|
||||
|
||||
|
||||
==== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts (1 errors) ====
|
||||
declare interface I {
|
||||
~~~~~~~
|
||||
!!! error TS1045: A 'declare' modifier cannot be used with an interface declaration.
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
=== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts ===
|
||||
declare interface I {
|
||||
>I : Symbol(I, Decl(parserInterfaceDeclaration5.ts, 0, 0))
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
=== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts ===
|
||||
declare interface I {
|
||||
>I : I
|
||||
}
|
||||
Reference in New Issue
Block a user