blob: b34d156b1c5db8a3d6074f626ebdd39063608082 [file] [log] [blame]
class A<X> {
const A.foo(X x);
}
typedef F<Y> = A<Y>;
@F.foo("foo")
void bar() {}