forked from JavaTX/JavaCompilerCore
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
|
class MethodId {
|
||
|
|
||
|
<US, UR extends VW, VW extends US> US m (UR x) {
|
||
|
return x;
|
||
|
}
|
||
|
}
|