blob: b2f8b306753cb36a0391a0152b3b079559a3d40c [file] [log] [blame]
// Copyright (c) 2021, 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 {
A.foo() {}
}
bar() => A.foo;
main() {}