forked from JavaTX/JavaCompilerCore
10 lines
41 B
Plaintext
10 lines
41 B
Plaintext
|
|
||
|
|
||
|
interface s1<R,A> {
|
||
|
|
||
|
R add(A x);
|
||
|
|
||
|
}
|
||
|
|
||
|
|