mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
Accepted post-merge baselines.
This commit is contained in:
parent
6e3343cb9e
commit
74ac57ddfc
@ -27,9 +27,9 @@ module Shapes {
|
||||
// Instance member
|
||||
getDist() { return Math.sqrt(this.x * this.x + this.y * this.y); }
|
||||
>getDist : Symbol(getDist, Decl(parserErrorRecovery_IncompleteMemberVariable1.ts, 13, 60))
|
||||
>Math.sqrt : Symbol(Math.sqrt, Decl(lib.d.ts, 620, 27))
|
||||
>Math : Symbol(Math, Decl(lib.d.ts, 522, 1), Decl(lib.d.ts, 633, 11))
|
||||
>sqrt : Symbol(Math.sqrt, Decl(lib.d.ts, 620, 27))
|
||||
>Math.sqrt : Symbol(Math.sqrt, Decl(lib.d.ts, --, --))
|
||||
>Math : Symbol(Math, Decl(lib.d.ts, --, --), Decl(lib.d.ts, --, --))
|
||||
>sqrt : Symbol(Math.sqrt, Decl(lib.d.ts, --, --))
|
||||
>this.x : Symbol(x, Decl(parserErrorRecovery_IncompleteMemberVariable1.ts, 13, 21))
|
||||
>this : Symbol(Point, Decl(parserErrorRecovery_IncompleteMemberVariable1.ts, 6, 15))
|
||||
>x : Symbol(x, Decl(parserErrorRecovery_IncompleteMemberVariable1.ts, 13, 21))
|
||||
|
||||
@ -34,17 +34,17 @@ module Shapes {
|
||||
>this.x * this.x + this.y * this.y : number
|
||||
>this.x * this.x : number
|
||||
>this.x : number
|
||||
>this : Point
|
||||
>this : this
|
||||
>x : number
|
||||
>this.x : number
|
||||
>this : Point
|
||||
>this : this
|
||||
>x : number
|
||||
>this.y * this.y : number
|
||||
>this.y : number
|
||||
>this : Point
|
||||
>this : this
|
||||
>y : number
|
||||
>this.y : number
|
||||
>this : Point
|
||||
>this : this
|
||||
>y : number
|
||||
|
||||
// Static member
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user