| Index: pkg/compiler/lib/src/universe/resolution_world_builder.dart
|
| diff --git a/pkg/compiler/lib/src/universe/resolution_world_builder.dart b/pkg/compiler/lib/src/universe/resolution_world_builder.dart
|
| index 780f2f699941fa881412ee5e5e19e7dc3739bd33..3b14f80c3fa20f63bff57c6f49d9f3cbb43883f2 100644
|
| --- a/pkg/compiler/lib/src/universe/resolution_world_builder.dart
|
| +++ b/pkg/compiler/lib/src/universe/resolution_world_builder.dart
|
| @@ -648,6 +648,7 @@ abstract class ResolutionWorldBuilderBase
|
| failedAt(element, 'Direct static use is not supported for resolution.');
|
| break;
|
| case StaticUseKind.INLINING:
|
| + case StaticUseKind.CALL_METHOD:
|
| failedAt(CURRENT_ELEMENT_SPANNABLE,
|
| "Static use ${staticUse.kind} is not supported during resolution.");
|
| }
|
|
|