blob: 605c42c7b0f7b03da8521bd3dcc9e8089d010b12 [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 {
B? value = null;
}
List<B> list = [];