mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Accepted baselines.
This commit is contained in:
@@ -11,6 +11,6 @@ module Foo {
|
||||
|
||||
interface B extends A { b: string; }
|
||||
>B : Symbol(B, Decl(reboundBaseClassSymbol.ts, 2, 14))
|
||||
>A : Symbol(A, Decl(reboundBaseClassSymbol.ts, 2, 7))
|
||||
>A : Symbol(A, Decl(reboundBaseClassSymbol.ts, 0, 0))
|
||||
>b : Symbol(b, Decl(reboundBaseClassSymbol.ts, 3, 27))
|
||||
}
|
||||
|
||||
@@ -12,6 +12,6 @@ module Foo {
|
||||
|
||||
interface B extends A { b: string; }
|
||||
>B : B
|
||||
>A : any
|
||||
>A : A
|
||||
>b : string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user