JavaPatternMatching/test/plugindevelopment/MartinTestCases/MethodId.jav
2014-06-10 20:23:01 +02:00

6 lines
86 B
Java

class MethodId {
<US, UR extends VW, VW extends US> US m (UR x) {
return x;
}
}