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

Issue 10899039: Add compiler error when instantiating abstract class (Closed)

Created:
8 years, 3 months ago by hausner
Modified:
8 years, 3 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add compiler error when instantiating abstract class Also, make abstract keyword on methods optional. Committed: https://code.google.com/p/dart/source/detail?r=11558

Patch Set 1 #

Patch Set 2 : #

Total comments: 20

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -124 lines) Patch
M runtime/vm/object.h View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 10 chunks +63 lines, -22 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 2 chunks +38 lines, -6 lines 0 comments Download
D tests/language/abstract_factory_constructor_test.dart View 1 2 1 chunk +0 lines, -28 lines 0 comments Download
M tests/language/abstract_getter_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
D tests/language/empty_body_member_negative_test.dart View 1 2 1 chunk +0 lines, -15 lines 0 comments Download
M tests/language/get_set_syntax_test.dart View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M tests/language/implicit_this_test.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A tests/language/interface_negative_test.dart View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
D tests/language/interface_test.dart View 1 2 3 1 chunk +0 lines, -42 lines 0 comments Download
M tests/language/language.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
8 years, 3 months ago (2012-08-29 20:17:33 UTC) #1
regis
LGTM with comments http://codereview.chromium.org/10899039/diff/5001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): http://codereview.chromium.org/10899039/diff/5001/runtime/vm/parser.cc#newcode576 runtime/vm/parser.cc:576: void MarkAbstract(bool flag) { This name ...
8 years, 3 months ago (2012-08-29 20:58:27 UTC) #2
hausner
Thank you. http://codereview.chromium.org/10899039/diff/5001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): http://codereview.chromium.org/10899039/diff/5001/runtime/vm/parser.cc#newcode576 runtime/vm/parser.cc:576: void MarkAbstract(bool flag) { On 2012/08/29 20:58:27, ...
8 years, 3 months ago (2012-08-29 21:56:12 UTC) #3
hausner
8 years, 3 months ago (2012-08-29 22:51:34 UTC) #4

          

Powered by Google App Engine
This is Rietveld 408576698