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

Issue 12208101: Getter and setter methods can share name. (Closed)

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

Description

Getter and setter methods can share name. R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=18306

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -18 lines) Patch
M compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java View 1 chunk +37 lines, -7 lines 0 comments Download
M editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/Context.java View 6 chunks +47 lines, -11 lines 0 comments Download
M editor/util/plugins/com.google.dart.java2dart_test/src/com/google/dart/java2dart/processor/PropertySemanticProcessorTest.java View 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
scheglov
7 years, 10 months ago (2013-02-09 04:25:11 UTC) #1
Brian Wilkerson
The changes to java2dart LGTM, but I suspect that the changes to compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java were not ...
7 years, 10 months ago (2013-02-10 18:41:42 UTC) #2
scheglov
On 2013/02/10 18:41:42, Brian Wilkerson wrote: > The changes to java2dart LGTM, but I suspect ...
7 years, 10 months ago (2013-02-10 20:33:52 UTC) #3
Brian Wilkerson
> ...then dartc thinks that type of field A.element is AEImpl. So, it shows > ...
7 years, 10 months ago (2013-02-10 22:04:49 UTC) #4
scheglov
On 2013/02/10 22:04:49, Brian Wilkerson wrote: > > ...then dartc thinks that type of field ...
7 years, 10 months ago (2013-02-10 22:22:29 UTC) #5
Brian Wilkerson
7 years, 10 months ago (2013-02-10 22:47:41 UTC) #6
Ah. In that case, LGTM.

Powered by Google App Engine
This is Rietveld 408576698