| Index: pkg/compiler/lib/src/inferrer/type_graph_nodes.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart b/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart
|
| index a12b342145f15d65d25da6cbb76c312ce0f64a07..1edf437d85cbb3822f238f6a7fe44225d40eef2c 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_nodes.dart
|
| @@ -804,7 +804,7 @@ class DynamicCallSiteTypeInformation extends CallSiteTypeInformation {
|
| // Dart code, for example:
|
| // int + int -> int
|
| // uint31 | uint31 -> uint31
|
| - if (name == '*' || name == '+' || name == '%' || name == 'remainder' ||
|
| + if (name == '*' || name == '+' ||name == '%' || name == 'remainder' ||
|
| name == '~/') {
|
| if (isPositiveInt(receiver) &&
|
| arguments.hasOnePositionalArgumentThatMatches(isPositiveInt)) {
|
|
|