blob: 07979a618a56ea6b9dab10963ee3a60346ded70b [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 void augmentedMethod() {
augment super();
}
}