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

Issue 10441057: Issue 3248. Fix for extra interface final field warnings (Closed)

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

Description

Issue 3248. Fix for extra interface final field warnings http://code.google.com/p/dart/issues/detail?id=3248 I can not find any proof in spec that interface fields are always final. In contrast, I see that dart:html explicitly marks some fields as final. R=brianwilkerson@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=8065

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -3 lines) Patch
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 1 chunk +0 lines, -3 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
scheglov
8 years, 7 months ago (2012-05-26 04:05:57 UTC) #1
Brian Wilkerson
8 years, 6 months ago (2012-05-26 17:15:10 UTC) #2
Agreed. The specification specifically defines the semantics of non-final fields
in interfaces. LGTM.

Powered by Google App Engine
This is Rietveld 408576698