Files
Johnni Winther a408293b09 [cfe] Support patched methods through fragments
Change-Id: Ia1b6c9c7e3cc3b7b9bd0e9396e05bb45340ae8fa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/413782
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2025-03-10 01:40:10 -07:00

14 lines
367 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: import_internal_library
import 'dart:_internal';
@patch
class Class {
@patch
/*member: Class.classMethod:*/
void classMethod() {}
}