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