blob: 81e799e6c6155a974a2c5752011c45d84a5b4bfc [file] [log] [blame]
// Copyright (c) 2018, 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.
/*strong.class: A:OutputUnit(main, {})*/
/*omit.class: A:OutputUnit(main, {})*/
class A {
/*element: A.:OutputUnit(1, {c})*/
A();
}
/*class: B:OutputUnit(main, {})*/
class B extends A {}
/*element: createA:OutputUnit(1, {c})*/
createA() => new A();