a59faa2636
Change-Id: Ib63b80e19027389cec41adf705829b5d4201c0d8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/366669 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
11 lines
303 B
Dart
11 lines
303 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.
|
|
|
|
// ignore: uri_does_not_exist
|
|
import 'dart:test';
|
|
|
|
void test(Class cls) {}
|
|
|
|
main() {}
|