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