blob: 4b7c7c1499bf07b83ff9861fcbbf95e55fd6cf2d [file] [log] [blame]
typedef A<T>(T p);
A a = throw '';
class C {
A foo() => throw '';
}
main() {}