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

Issue 10915204: Fix bug in dart2js spotted by the change: (Closed)

Created:
8 years, 3 months ago by ngeoffray
Modified:
8 years, 3 months ago
Reviewers:
bakster, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix bug in dart2js spotted by the change: interface Iterable -> class Iterable interface Collection extends Iterable -> class Collection extends Iterable We were not emitting the is checks for superclasses of classes that a class implements. Committed: https://code.google.com/p/dart/source/detail?r=12210

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M lib/compiler/implementation/js_backend/emitter.dart View 1 chunk +10 lines, -0 lines 0 comments Download
A tests/language/is_interfaces_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ngeoffray
TBR to unbreak the build
8 years, 3 months ago (2012-09-11 16:40:35 UTC) #1
kasperl
8 years, 3 months ago (2012-09-12 07:22:29 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698