blob: 8e5a6887c6a3b5e5685544191077839d04a537de [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.
method() {
(0, "").$1;
(0, "").$2;
(0, a: "", b: true).$1;
(0, a: "", b: true).a;
(0, a: "", b: true).b;
}