Skip to content

Commit

Permalink
Removed probably-unnecessary statement from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Jan 11, 2015
1 parent 22174a1 commit 6783e35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/cases/fourslash/assertContextualType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@

////<(aa: number) =>void >(function myFn(b/**/b) { });

// this line triggers a semantic/syntactic error check, remove line when 788570 is fixed
edit.insert('');

This comment has been minimized.

Copy link
@DanielRosenwasser

DanielRosenwasser Jan 12, 2015

Author Member

Can I get @mhegazy to comment on whether or not this is still necessary?

This comment has been minimized.

Copy link
@mhegazy

mhegazy Jan 14, 2015

Contributor

looks good to me.


goTo.marker();
verify.quickInfoIs('(parameter) bb: number');

0 comments on commit 6783e35

Please sign in to comment.