blob: d4480d14b3a345f77408fe8b8b4f4ace2070a1e9 [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:OutputUnit(main, {})*/
class C {
/*strong.element: C.:OutputUnit(main, {})*/
const C(this.x);
/*element: C.x:OutputUnit(main, {})*/
final x;
}