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

Issue 8320002: Add test for blacklisting extension/implementation of classes and interfaces. Added a few tests, ... (Closed)

Created:
9 years, 2 months ago by srdjan
Modified:
9 years, 2 months ago
Reviewers:
gbracha
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add test for blacklisting extension/implementation of classes and interfaces. Added a few tests, please comment which additional ones need to be added. Committed: https://code.google.com/p/dart/source/detail?r=481

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -0 lines) Patch
M tests/language/language.status View 1 2 chunks +23 lines, -0 lines 0 comments Download
A tests/language/src/BlackListedTest.dart View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
9 years, 2 months ago (2011-10-17 14:40:17 UTC) #1
gbracha
9 years, 2 months ago (2011-10-17 17:45:40 UTC) #2
LGTM, modulo the comment that String may become implementable down the line.

http://codereview.chromium.org/8320002/diff/1/tests/language/src/BlackListedT...
File tests/language/src/BlackListedTest.dart (right):

http://codereview.chromium.org/8320002/diff/1/tests/language/src/BlackListedT...
tests/language/src/BlackListedTest.dart:26: class MyString implements String {} 
          /// 09: compile-time error
I suspect we may change this in the foreseeable future. People may have a real
need to create different subtypes of String. bUt for now we're ok.

Powered by Google App Engine
This is Rietveld 408576698