Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart |
| =================================================================== |
| --- sdk/lib/_internal/compiler/implementation/ssa/builder.dart (revision 23339) |
| +++ sdk/lib/_internal/compiler/implementation/ssa/builder.dart (working copy) |
| @@ -67,8 +67,7 @@ |
| index++; |
| }); |
| } else { |
| - // TODO(ahe): I have disabled type optimizations for |
| - // optional arguments as the types are stored in the wrong |
| + // TODO(10938): the types are stored in the wrong order. |
|
kasperl
2013/05/29 13:30:14
TODO -> BUG
ngeoffray
2013/05/29 15:33:19
Done.
|
| // order. |
| HTypeList parameterTypes = |
| backend.optimisticParameterTypes(element.declaration, |