mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Accepting new baselines
This commit is contained in:
+1
-1
@@ -595,5 +595,5 @@ for (let [numberA3 = -1, ...robotAInfo] = [2, "trimmer", "trimming"], i = 0; i <
|
||||
>console.log : (msg: any) => void
|
||||
>console : { log(msg: any): void; }
|
||||
>log : (msg: any) => void
|
||||
>numberA3 : number
|
||||
>numberA3 : number | string
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ let [im, a, dinosaur]: ["I'm", "a", RexOrRaptor] = ['I\'m', 'a', 't-rex'];
|
||||
rawr(dinosaur);
|
||||
>rawr(dinosaur) : string
|
||||
>rawr : (dino: "t-rex" | "raptor") => string
|
||||
>dinosaur : "t-rex" | "raptor"
|
||||
>dinosaur : "t-rex"
|
||||
|
||||
function rawr(dino: RexOrRaptor) {
|
||||
>rawr : (dino: "t-rex" | "raptor") => string
|
||||
|
||||
Reference in New Issue
Block a user