| 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 2ad4a1e8890ab3358ff344f853f169256dd95784..177295b4f42fd19253a7345a6ba3cd456aeec131 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/foreign_helper.dart
|
| @@ -136,3 +136,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() {}
|
|
|