mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
make ci happy
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
=== tests/cases/conformance/esnext/logicalAssignment/logicalAssignment2.ts ===
|
||||
interface A {
|
||||
foo: {
|
||||
>foo : { bar(): { baz: "" | 0 | 1 | 42 | undefined; }; baz: "" | 0 | 1 | 42 | undefined; }
|
||||
>foo : { bar(): { baz: 0 | 1 | 42 | undefined | '';}; baz: 0 | 1 | 42 | undefined | ''; }
|
||||
|
||||
bar(): {
|
||||
>bar : () => { baz: "" | 0 | 1 | 42 | undefined; }
|
||||
>bar : () => { baz: 0 | 1 | 42 | undefined | '';}
|
||||
|
||||
baz: 0 | 1 | 42 | undefined | ''
|
||||
>baz : "" | 0 | 1 | 42 | undefined
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
=== tests/cases/conformance/esnext/logicalAssignment/logicalAssignment2.ts ===
|
||||
interface A {
|
||||
foo: {
|
||||
>foo : { bar(): { baz: "" | 0 | 1 | 42 | undefined; }; baz: "" | 0 | 1 | 42 | undefined; }
|
||||
>foo : { bar(): { baz: 0 | 1 | 42 | undefined | '';}; baz: 0 | 1 | 42 | undefined | ''; }
|
||||
|
||||
bar(): {
|
||||
>bar : () => { baz: "" | 0 | 1 | 42 | undefined; }
|
||||
>bar : () => { baz: 0 | 1 | 42 | undefined | '';}
|
||||
|
||||
baz: 0 | 1 | 42 | undefined | ''
|
||||
>baz : "" | 0 | 1 | 42 | undefined
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
=== tests/cases/conformance/esnext/logicalAssignment/logicalAssignment2.ts ===
|
||||
interface A {
|
||||
foo: {
|
||||
>foo : { bar(): { baz: "" | 0 | 1 | 42 | undefined; }; baz: "" | 0 | 1 | 42 | undefined; }
|
||||
>foo : { bar(): { baz: 0 | 1 | 42 | undefined | '';}; baz: 0 | 1 | 42 | undefined | ''; }
|
||||
|
||||
bar(): {
|
||||
>bar : () => { baz: "" | 0 | 1 | 42 | undefined; }
|
||||
>bar : () => { baz: 0 | 1 | 42 | undefined | '';}
|
||||
|
||||
baz: 0 | 1 | 42 | undefined | ''
|
||||
>baz : "" | 0 | 1 | 42 | undefined
|
||||
|
||||
Reference in New Issue
Block a user