blob: b7ecf26ff226eb727f636c4d221c7145ba3da24b [file] [log] [blame]
// Copyright (c) 2020, 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: B:
class_unit=1{lib},
type_unit=main{}
*/
/*member: B.:member_unit=1{lib}*/
class B {
/*member: B.value:member_unit=1{lib}*/
B value = null;
}
/*member: list:member_unit=1{lib}*/
List<B> list = [];