| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 6 | 6 |
| 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? | 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? |
| 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail | 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail |
| 9 | 9 |
| 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable | 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 | 207 |
| 208 # co19 issue 439, it is warning, not error to import two different libraries wit
h the same name | 208 # co19 issue 439, it is warning, not error to import two different libraries wit
h the same name |
| 209 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK | 209 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK |
| 210 | 210 |
| 211 # co19 issue #440, adj strings is not a string interpolation | 211 # co19 issue #440, adj strings is not a string interpolation |
| 212 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK | 212 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK |
| 213 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK | 213 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK |
| 214 | 214 |
| 215 # co19 issue #441, assignment in constructor is not initializing | 215 # co19 issue #441, assignment in constructor is not initializing |
| 216 Language/05_Variables/05_Variables_A05_t04: fail, OK | 216 Language/05_Variables/05_Variables_A05_t04: fail, OK |
| 217 |
| 218 # co19 issue #462, const instance creation with invalid arguments is error |
| 219 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: fail, OK |
| 220 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: fail, OK |
| OLD | NEW |