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

Issue 9113064: Issue 1330. Return actual Type from DartNewExpression. (Closed)

Created:
8 years, 11 months ago by scheglov
Modified:
8 years, 11 months ago
Reviewers:
zundel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : Tweaks for comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -0 lines) Patch
M compiler/java/com/google/dart/compiler/ast/DartNewExpression.java View 2 chunks +6 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java View 1 3 chunks +13 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 1 1 chunk +2 lines, -0 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 2 chunks +47 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
scheglov
8 years, 11 months ago (2012-01-25 19:33:42 UTC) #1
zundel
http://codereview.chromium.org/9113064/diff/1/compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java File compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java (right): http://codereview.chromium.org/9113064/diff/1/compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java#newcode21 compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java:21: private Type type = Types.newDynamicType(); I don't think the ...
8 years, 11 months ago (2012-01-25 20:21:00 UTC) #2
scheglov
https://chromiumcodereview.appspot.com/9113064/diff/1/compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java File compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java (right): https://chromiumcodereview.appspot.com/9113064/diff/1/compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java#newcode21 compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java:21: private Type type = Types.newDynamicType(); On 2012/01/25 20:21:00, zundel ...
8 years, 11 months ago (2012-01-25 21:04:14 UTC) #3
zundel
https://chromiumcodereview.appspot.com/9113064/diff/1/compiler/java/com/google/dart/compiler/resolver/Resolver.java File compiler/java/com/google/dart/compiler/resolver/Resolver.java (right): https://chromiumcodereview.appspot.com/9113064/diff/1/compiler/java/com/google/dart/compiler/resolver/Resolver.java#newcode1239 compiler/java/com/google/dart/compiler/resolver/Resolver.java:1239: recordType(node, node.getQualifier().getType()); On 2012/01/25 21:04:14, scheglov wrote: > There ...
8 years, 11 months ago (2012-01-25 21:07:48 UTC) #4
scheglov
> > Actually DartParser.parseConstructorInvocation(boolean) checks for prefix and > > creates correct AST: PropAccess(TypeNode,Ident) or ...
8 years, 11 months ago (2012-01-25 21:30:41 UTC) #5
zundel
8 years, 11 months ago (2012-01-25 21:32:42 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698