blob: e5b02660ded58c3fb6686900b16f3f2302180148 [file] [log] [blame]
// @dart = 2.9
class C<T> {
test() {}
}
main() {}
typedef void Func();
use(x) {}