blob: 3c7fcbc99b963e31d056e9d62ca25b5f54d2aa86 [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: A:OutputUnit(main, {})*/
class A {
/*strong.element: A.:OutputUnit(1, {lib1})*/
const A();
/*element: A.method:OutputUnit(main, {})*/
method() {}
}