 Chromium Code Reviews
 Chromium Code Reviews Issue 10996039:
  Bring type variables into static scope, but produce compile-time error when they are used.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 10996039:
  Bring type variables into static scope, but produce compile-time error when they are used.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: tests/co19/co19-dart2js.status | 
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status | 
| index 6dcfe7eb077c5b82b3156711094cd56f02dd700d..aecf3f02de25ef2dfdf7bd2aff19ada672bc528f 100644 | 
| --- a/tests/co19/co19-dart2js.status | 
| +++ b/tests/co19/co19-dart2js.status | 
| @@ -11,6 +11,7 @@ Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c | 
| Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/5429 | 
| Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/5429 | 
| +Language/03_Overview/1_Scoping_A02_t05: Fail # Incorrect test - marked as static-warning, should be compile-error | 
| 
ahe
2012/10/04 07:51:02
Please file a bug at code.google.com/p/co19. Then
 | 
| Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this failure. | 
| Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure. | 
| Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this failure. |