862d5012ae
Closes #39835 Change-Id: I4ffa3377289f45b7ea909b5477ba53508040b9d7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/131076 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jens Johansen <jensj@google.com>
13 lines
328 B
Dart
13 lines
328 B
Dart
// Copyright (c) 2020, 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.
|
|
|
|
/*cfe:nnbd.library: nnbd=true*/
|
|
|
|
// ignore: uri_does_not_exist
|
|
import 'dart:test';
|
|
|
|
main() {
|
|
method(null);
|
|
}
|