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

Issue 9250017: Allow classes shadowed by type variables to be referenced in static context (Closed)

Created:
8 years, 11 months ago by zundel
Modified:
8 years, 11 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Allow classes shadowed by type variables to be referenced in static context We still print a shadowing warning, but if there is a valid reference outside the variable is now resolved to it. Otherwise, we print the existing message about not being able to reference type variables in a static context. See bug: http://code.google.com/p/dart/issues/detail?id=643 Committed: https://code.google.com/p/dart/source/detail?r=3434

Patch Set 1 : Updated copyright notices #

Patch Set 2 : Missed an error from negative resolver test, updated printing of assertions #

Patch Set 3 : oops, left bad test in. #

Messages

Total messages: 5 (0 generated)
zundel
8 years, 11 months ago (2012-01-18 22:54:11 UTC) #1
scheglov
LGTM
8 years, 11 months ago (2012-01-19 14:08:15 UTC) #2
zundel
Please take another look. I missed an error in NegativeResolverTest after fixing the top level ...
8 years, 11 months ago (2012-01-19 14:50:25 UTC) #3
zundel
That last trace didn't look good to me. I made a small change in patch ...
8 years, 11 months ago (2012-01-19 14:57:20 UTC) #4
scheglov
8 years, 11 months ago (2012-01-19 15:02:11 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698