b7c19384b7
Closes #45700 Change-Id: Ieaab6fff727ba2b7ecf4f02be820dc54fea2a9db Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/195903 Reviewed-by: Dmitry Stefantsov <dmitryas@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
7 lines
257 B
Dart
7 lines
257 B
Dart
// Copyright (c) 2019, 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.
|
|
|
|
mixin M on Function() {}
|
|
|
|
void main() {} |