blob: 1a79c8b51f971caf8c59fb272c20809c4c28675d [file] [log] [blame]
class A {
A.foo() {}
}
bar() => A.foo;
main() {}