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