blob: 5f989b28c8c509b7a08cee1c7d05e987b2ceb364 [file] [log] [blame]
extension Test<T> on T {
T Function(T) get test => (a) => this;
}
class Foo<S extends num> {
void test1(S x) {}
}
void main() {}