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

Issue 12051009: Disallow access to static members of mixed in classes. (Closed)

Created:
7 years, 11 months ago by kasperl
Modified:
7 years, 5 months ago
Reviewers:
Johnni Winther, ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Disallow access to static members of mixed in classes. R=johnniwinther@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=17384

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -2 lines) Patch
M sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 chunk +7 lines, -2 lines 3 comments Download
M tests/language/language.status View 1 chunk +1 line, -0 lines 0 comments Download
A tests/language/mixin_illegal_static_access_test.dart View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kasperl
7 years, 11 months ago (2013-01-22 09:17:24 UTC) #1
Johnni Winther
lgtm https://codereview.chromium.org/12051009/diff/1/sdk/lib/_internal/compiler/implementation/elements/modelx.dart File sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right): https://codereview.chromium.org/12051009/diff/1/sdk/lib/_internal/compiler/implementation/elements/modelx.dart#newcode1811 sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1811: return mixedInElement.isInstanceMember() ? mixedInElement : null; In time, ...
7 years, 11 months ago (2013-01-22 09:51:06 UTC) #2
kasperl
https://codereview.chromium.org/12051009/diff/1/sdk/lib/_internal/compiler/implementation/elements/modelx.dart File sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right): https://codereview.chromium.org/12051009/diff/1/sdk/lib/_internal/compiler/implementation/elements/modelx.dart#newcode1811 sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1811: return mixedInElement.isInstanceMember() ? mixedInElement : null; On 2013/01/22 09:51:06, ...
7 years, 11 months ago (2013-01-22 10:30:02 UTC) #3
ahe
7 years, 5 months ago (2013-07-18 12:59:49 UTC) #4
Message was sent while issue was closed.
DBC

https://codereview.chromium.org/12051009/diff/1/sdk/lib/_internal/compiler/im...
File sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right):

https://codereview.chromium.org/12051009/diff/1/sdk/lib/_internal/compiler/im...
sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1815: if (mixin
!= null) mixin.forEachLocalMember((Element mixedInElement) {
Weird indentation.

Powered by Google App Engine
This is Rietveld 408576698