Skip to content

Commit

Permalink
Accepting new baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
ahejlsberg committed Apr 22, 2016
1 parent 42e3fc4 commit 0dee5ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/baselines/reference/stringLiteralTypesAsTags01.types
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ if (hasKind(x, "A")) {
}
else {
let b = x;
>b : {}
>x : {}
>b : A
>x : A
}

if (!hasKind(x, "B")) {
Expand Down
4 changes: 2 additions & 2 deletions tests/baselines/reference/stringLiteralTypesAsTags02.types
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ if (hasKind(x, "A")) {
}
else {
let b = x;
>b : {}
>x : {}
>b : A
>x : A
}

if (!hasKind(x, "B")) {
Expand Down
4 changes: 2 additions & 2 deletions tests/baselines/reference/stringLiteralTypesAsTags03.types
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ if (hasKind(x, "A")) {
}
else {
let b = x;
>b : {}
>x : {}
>b : A
>x : A
}

if (!hasKind(x, "B")) {
Expand Down

0 comments on commit 0dee5ad

Please sign in to comment.