blob: 1d05fdabfb67357298a8c996cfa2962f2fd4c8be [file] [log] [blame]
// Copyright (c) 2017, 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.5
part of "dart:_internal";
class _Patch {
const _Patch();
}
const _Patch patch = const _Patch();