blob: 717ed232d4f1b64c7329a5a3b4119cae77315b0b [file] [log] [blame]
// Copyright (c) 2023, 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.
@pragma('patch-library')
library;
// ignore: import_internal_library
import 'dart:_internal';
@patch
@pragma('patch-class')
class Class<@pragma('patch-class-type-variable') T> {
@patch
@pragma('patch-constructor')
external Class();
@patch
@pragma('patch-procedure')
external void method<@pragma('patch-method-type-variable') S>();
}