fork(1) download
  1. class Main {
  2. public static void main (String[] args) {
  3. String st = to("");
  4. Integer it = to(0);
  5. }
  6.  
  7. public static <E> E to(E e) {
  8. return (E)e;
  9. }
  10. }
  11.  
  12. //https://pt.stackoverflow.com/q/56919/101
Success #stdin #stdout 0.05s 32500KB
stdin
Standard input is empty
stdout
Standard output is empty