Accepting new baselines

This commit is contained in:
Anders Hejlsberg
2016-04-22 06:53:28 -07:00
parent 42e3fc4303
commit 0dee5addf3
3 changed files with 6 additions and 6 deletions

View File

@@ -99,8 +99,8 @@ if (hasKind(x, "A")) {
}
else {
let b = x;
>b : {}
>x : {}
>b : A
>x : A
}
if (!hasKind(x, "B")) {

View File

@@ -93,8 +93,8 @@ if (hasKind(x, "A")) {
}
else {
let b = x;
>b : {}
>x : {}
>b : A
>x : A
}
if (!hasKind(x, "B")) {

View File

@@ -96,8 +96,8 @@ if (hasKind(x, "A")) {
}
else {
let b = x;
>b : {}
>x : {}
>b : A
>x : A
}
if (!hasKind(x, "B")) {