mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Accepting new baselines
This commit is contained in:
@@ -99,8 +99,8 @@ if (hasKind(x, "A")) {
|
||||
}
|
||||
else {
|
||||
let b = x;
|
||||
>b : {}
|
||||
>x : {}
|
||||
>b : A
|
||||
>x : A
|
||||
}
|
||||
|
||||
if (!hasKind(x, "B")) {
|
||||
|
||||
@@ -93,8 +93,8 @@ if (hasKind(x, "A")) {
|
||||
}
|
||||
else {
|
||||
let b = x;
|
||||
>b : {}
|
||||
>x : {}
|
||||
>b : A
|
||||
>x : A
|
||||
}
|
||||
|
||||
if (!hasKind(x, "B")) {
|
||||
|
||||
@@ -96,8 +96,8 @@ if (hasKind(x, "A")) {
|
||||
}
|
||||
else {
|
||||
let b = x;
|
||||
>b : {}
|
||||
>x : {}
|
||||
>b : A
|
||||
>x : A
|
||||
}
|
||||
|
||||
if (!hasKind(x, "B")) {
|
||||
|
||||
Reference in New Issue
Block a user