blob: dd06624e5de3479b983f7adf4624f1c6d69d77cf [file] [log] [blame]
// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Used from 'evaluation_order_test.dart'.
import 'evaluation_order_test.dart';
get arg => argumentEffect();
void Function(void) get m {
getterEffect();
return (_) {};
}