Skip to content

Commit

Permalink
added failed test 2 to implicit return
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Fox authored and Jonah Fox committed Dec 9, 2010
1 parent c35bb14 commit 70336d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions expectations/implicit_return
Expand Up @@ -78,6 +78,16 @@ function() { return !x }
to:
function() { return !x }

compiles:

function() {
gello
!ch
}

to:

function() {
return gello
!ch
}

0 comments on commit 70336d8

Please sign in to comment.