JavaCompilerCore/test/plugindevelopment/MartinTestCases/MethodId.jav

6 lines
86 B
Plaintext
Raw Normal View History

2014-06-10 18:23:01 +00:00
class MethodId {
<US, UR extends VW, VW extends US> US m (UR x) {
return x;
}
}