blob: 7dcc2858e6e7cecd3900acf90013c2ff68753713 [file] [log] [blame]
// Copyright (c) 2022, 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.
augment class Class {
augment int method2() => 87;
augment int method3() => 123;
}