blob: cb78a0342af42d1c67f8970e9bdb162b5776af49 [file] [log] [blame]
interface X { int m(Iterable<String> arg); }
interface Y { int m(Iterable<Integer> arg); }
interface Foo extends X, Y {}
// Not functional: No method has a subsignature of all abstract methods