| Index: sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart
|
| index 89c2a58dd8b3170a7d9e31effd00c95624cd5715..6235219fa5e6262fd5cff692aa5f0e775fb5c1b9 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart
|
| @@ -133,3 +133,8 @@ dynamic JS_CREATE_ISOLATE() {}
|
| * Returns the prefix used for generated is checks on classes.
|
| */
|
| String JS_OPERATOR_IS_PREFIX() {}
|
| +
|
| +/**
|
| + * Returns the prefix used for generated type argument substitutions on classes.
|
| + */
|
| +String JS_OPERATOR_AS_PREFIX() {}
|
|
|