Files
sdk/pkg/front_end/testcases/generic_metadata/issue45329.dart
T
Johnni Winther 282a3ab70b [cfe] Handle ParserRecovery in beginTypeVariable
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>
2021-04-09 09:38:31 +00:00

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() {}