blob: 59da5f7d135c0882dd0a4729a5cfa8a89b0c4d1e [file] [log] [blame]
// @dart = 2.9
library test;
class C<T> {
C(T x());
}
main() {}