Amend baselines.

This commit is contained in:
Daniel Rosenwasser 2015-01-31 12:09:22 -08:00
parent e174fe4f47
commit 7b43672ce0
2 changed files with 47 additions and 45 deletions

View file

@ -1,4 +1,5 @@
tests/cases/compiler/differentTypesWithSameName.ts(16,15): error TS2345: Argument of type 'variable' is not assignable to parameter of type 'm.variable'.
Property 's' is missing in type 'variable'.
==== tests/cases/compiler/differentTypesWithSameName.ts (1 errors) ====
@ -20,3 +21,4 @@ tests/cases/compiler/differentTypesWithSameName.ts(16,15): error TS2345: Argumen
m.doSomething(v);
~
!!! error TS2345: Argument of type 'variable' is not assignable to parameter of type 'm.variable'.
!!! error TS2345: Property 's' is missing in type 'variable'.