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

Issue 10832029: Substitution implemented for the class hierarchy. (Closed)

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

Description

Substitution implemented for the class hierarchy.

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -60 lines) Patch
M lib/compiler/implementation/elements/elements.dart View 1 chunk +31 lines, -2 lines 1 comment Download
M lib/compiler/implementation/resolver.dart View 7 chunks +52 lines, -21 lines 0 comments Download
M lib/compiler/implementation/typechecker.dart View 5 chunks +116 lines, -4 lines 0 comments Download
M tests/co19/co19-leg.status View 1 chunk +0 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/mirrors_test.dart View 2 chunks +32 lines, -31 lines 0 comments Download
M tests/language/language_dart2js.status View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johnni Winther
8 years, 4 months ago (2012-07-26 08:11:30 UTC) #1
floitsch
8 years, 4 months ago (2012-07-26 11:14:40 UTC) #2
FYI.

https://chromiumcodereview.appspot.com/10832029/diff/2001/lib/compiler/implem...
File lib/compiler/implementation/elements/elements.dart (right):

https://chromiumcodereview.appspot.com/10832029/diff/2001/lib/compiler/implem...
lib/compiler/implementation/elements/elements.dart:862: if (type === null) {
no need to === anymore. == is enough.

Powered by Google App Engine
This is Rietveld 408576698