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