blob: e610cdf3af3be2a419a65bf66f1b68a5def49ec4 [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.
@Deprecated('')
extension type A(@Deprecated('') int i) {
@Deprecated('')
A.constructor(this.i);
@Deprecated('')
void m() {}
}