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
355 B
Dart
13 lines
355 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.
|
|
|
|
// @dart=2.6
|
|
|
|
// ignore: import_internal_library
|
|
import 'dart:_internal';
|
|
|
|
@patch
|
|
/*cfe:nnbd.member: method:patch*/
|
|
int method() => null;
|