blob: 452d66e5bea69d8c3f13fbe5c9c9a85f6f855cb2 [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.
/*class: A:OutputUnit(main, {})*/
class A {
/*member: A.:OutputUnit(1, {c})*/
A();
}
/*class: B:OutputUnit(main, {})*/
class B extends A {}
/*member: createA:OutputUnit(1, {c})*/
createA() => new A();