blob: 6e0c9f5d1e79c805981347c2f757af543ba683af [file] [log] [blame]
library test;
class Foo<T extends Pattern> {
U method<U extends T>(U u) => u;
}
test() {}