6fc412d949
This reverts commit 711c0d2f79aa9543d66e99ca0ac4c4412c24c8e4, reversing changes made to 2b47b8e5bf66687f5b3da23fefe70e364881792f.
6 lines
86 B
Java
6 lines
86 B
Java
class MethodId {
|
|
|
|
<US, UR extends VW, VW extends US> US m (UR x) {
|
|
return x;
|
|
}
|
|
} |