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

Issue 10942019: Issue 2862. Report warning if switch/case does not end with break, continue, return or throw (Closed)

Created:
8 years, 3 months ago by scheglov
Modified:
8 years, 3 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Issue 2862. Report warning if switch/case does not end with break, continue, return or throw http://code.google.com/p/dart/issues/detail?id=2862 R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=12565

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -2 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 6 chunks +31 lines, -2 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java View 1 chunk +1 line, -0 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 2 chunks +31 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
scheglov
8 years, 3 months ago (2012-09-19 03:21:53 UTC) #1
Brian Wilkerson
8 years, 3 months ago (2012-09-19 13:12:40 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698