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

Issue 10824399: Implement TypeVariableElement.position. (Closed)

Created:
8 years, 4 months ago by Anton Muhin
Modified:
8 years, 4 months ago
Reviewers:
Johnni Winther, ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M lib/compiler/implementation/elements/elements.dart View 1 chunk +2 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Anton Muhin
8 years, 4 months ago (2012-08-21 13:45:42 UTC) #1
Johnni Winther
lgtm
8 years, 4 months ago (2012-08-21 13:52:29 UTC) #2
ahe
https://chromiumcodereview.appspot.com/10824399/diff/1/lib/compiler/implementation/elements/elements.dart File lib/compiler/implementation/elements/elements.dart (right): https://chromiumcodereview.appspot.com/10824399/diff/1/lib/compiler/implementation/elements/elements.dart#newcode1514 lib/compiler/implementation/elements/elements.dart:1514: Token position() => findMyName(enclosingElement.position()); I think this should be: ...
8 years, 4 months ago (2012-08-21 14:06:37 UTC) #3
Anton Muhin
8 years, 4 months ago (2012-08-21 14:08:27 UTC) #4
https://chromiumcodereview.appspot.com/10824399/diff/1/lib/compiler/implement...
File lib/compiler/implementation/elements/elements.dart (right):

https://chromiumcodereview.appspot.com/10824399/diff/1/lib/compiler/implement...
lib/compiler/implementation/elements/elements.dart:1514: Token position() =>
findMyName(enclosingElement.position());
Fresh CL sent to you and Johnni.

On 2012/08/21 14:06:37, ahe wrote:
> I think this should be:
> 
> Token position() => cachedNode.getBeginToken();

Powered by Google App Engine
This is Rietveld 408576698