Skip to content

Commit cbca154

Browse files
Accepted baselines.
1 parent 48de0b6 commit cbca154

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/baselines/reference/reboundBaseClassSymbol.symbols

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ module Foo {
1111

1212
interface B extends A { b: string; }
1313
>B : Symbol(B, Decl(reboundBaseClassSymbol.ts, 2, 14))
14-
>A : Symbol(A, Decl(reboundBaseClassSymbol.ts, 2, 7))
14+
>A : Symbol(A, Decl(reboundBaseClassSymbol.ts, 0, 0))
1515
>b : Symbol(b, Decl(reboundBaseClassSymbol.ts, 3, 27))
1616
}

tests/baselines/reference/reboundBaseClassSymbol.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ module Foo {
1212

1313
interface B extends A { b: string; }
1414
>B : B
15-
>A : any
15+
>A : A
1616
>b : string
1717
}

0 commit comments

Comments
 (0)