aboutsummaryrefslogtreecommitdiff
path: root/pending/run/fallback0
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2013-10-13 22:48:53 +0200
committerPhilipp Haller <hallerp@gmail.com>2013-10-18 11:22:34 +0200
commitd1e267b8836be2c55f34a4c2f177da5f575f907a (patch)
treec14fe069ac6670e7bde5c3b14e3c6d3f6c3e8f45 /pending/run/fallback0
parent3e4ebede950ea8aa992163626c01e7bdb8d83d96 (diff)
downloadscala-async-d1e267b8836be2c55f34a4c2f177da5f575f907a.tar.gz
scala-async-d1e267b8836be2c55f34a4c2f177da5f575f907a.tar.bz2
scala-async-d1e267b8836be2c55f34a4c2f177da5f575f907a.zip
Simplify a generated CaseDef tree in resume method
OLD: case (throwable @ _) if NonFatal.apply(throwable) => { { stateMachine$1.this.result.complete(Failure.apply[Nothing](throwable)); () }; () } NEW: case (throwable @ _) if NonFatal.apply(throwable) => { stateMachine$1.this.result.complete(Failure.apply[Nothing](throwable)); () }
Diffstat (limited to 'pending/run/fallback0')
0 files changed, 0 insertions, 0 deletions