blob: 39ba4099654bea9286e69bf6af609ef4c29799c4 [file] [log] [blame]
// Copyright (c) 2019, 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.
class C {
/*member: C.method:declared={a, b}, assigned={a}*/
C.method(int a, int b) {
a = 0;
}
}