blob: 5dd482500e9678f1e4164122d71df4bdc2140d9e [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.constructor:declared={a, b}, assigned={a}*/
C.constructor(int a, int b) {
a = 0;
}
}