Accepted post-merge baselines.

This commit is contained in:
Daniel Rosenwasser 2015-10-08 15:26:00 -07:00
parent 6e3343cb9e
commit 74ac57ddfc
2 changed files with 7 additions and 7 deletions

View File

@ -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))

View File

@ -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