blob: 0cb64992b43980e9c7d5c2841e96d75cf3faba49 [file] [log] [blame]
// Copyright (c) 2024, 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.
extension on int {
int bar({int baz = this}) => 42;
}