JavaTXCompilerInJavaTX/examples/hoti/Simple.jav

5 lines
83 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
public class Timo <E extends Integer>{
public E getElement(E x){
return(x);
}
}