mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-02 06:35:09 -05:00
Update baselines
This commit is contained in:
@@ -5,8 +5,8 @@ declare module E {
|
||||
|
||||
class foobar extends D.bar {
|
||||
>foobar : foobar
|
||||
>D : D
|
||||
>bar : bar
|
||||
>D : unknown
|
||||
>bar : D.bar
|
||||
|
||||
foo();
|
||||
>foo : () => any
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
=== tests/cases/compiler/b.ts ===
|
||||
///<reference path="a.ts"/>
|
||||
module ElidedModule3 {
|
||||
>ElidedModule3 : ElidedModule3
|
||||
>ElidedModule3 : unknown
|
||||
}
|
||||
=== tests/cases/compiler/a.ts ===
|
||||
/*! Keep this pinned comment */
|
||||
|
||||
Reference in New Issue
Block a user