blob: 515382f65b738b59343d861f55bc3e5570c7d098 [file] [log] [blame]
class A<X> {
A.foo() {}
}
bar() => A.foo;
main() {}