| Index: sdk/lib/_internal/compiler/implementation/ssa/builder.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/builder.dart (revision 23381)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/builder.dart (working copy)
|
| @@ -67,7 +67,8 @@
|
| index++;
|
| });
|
| } else {
|
| - // BUG(10938): the types are stored in the wrong order.
|
| + // TODO(ahe): I have disabled type optimizations for
|
| + // optional arguments as the types are stored in the wrong
|
| // order.
|
| HTypeList parameterTypes =
|
| backend.optimisticParameterTypes(element.declaration,
|
|
|