blob: 430f1d7aa9a56564413b00ee1d151cf66046152b [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.
bar(int i) {
i.foo(a: 0, 1);
}
main() {}