| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index a39f87cd0154b3f5c73a113ea423ff76ffc08483..1d736b33fbbc9e8d0574041d0eb7b5cc94798e57 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -3766,7 +3766,7 @@ class SsaBuilder extends ast.Visitor
|
| new Map<DartType, Set<DartType>>();
|
| bool definitelyFails = false;
|
|
|
| - addTypeVariableBoundCheck(GenericType instance, DartType typeArgument,
|
| + void addTypeVariableBoundCheck(GenericType instance, DartType typeArgument,
|
| TypeVariableType typeVariable, DartType bound) {
|
| if (definitelyFails) return;
|
|
|
|
|