282a3ab70b
Closes #45329 Change-Id: I7e153e41891332bd8ea85849b993066de342eed5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194682 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
9 lines
267 B
Dart
9 lines
267 B
Dart
// Copyright (c) 2021, 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.
|
|
|
|
test() {
|
|
local<void Function()>() {}
|
|
}
|
|
|
|
main() {} |