Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(574)

Issue 10356067: Add missing return statement. (Closed)

Created:
8 years, 7 months ago by Lasse Reichstein Nielsen
Modified:
8 years, 7 months ago
Reviewers:
karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add missing return statement. Causes a type error when running in checked mode because the returned null isn't a boolean, and it's used in an if-statement. Committed: https://code.google.com/p/dart/source/detail?r=7445

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M lib/compiler/implementation/ssa/codegen.dart View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein Nielsen
8 years, 7 months ago (2012-05-09 09:13:54 UTC) #1
karlklose
8 years, 7 months ago (2012-05-09 10:26:14 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698