fork download
  1. import java.util.*;
  2.  
  3. class Example {
  4. public static void main(String[] args) {
  5. m(new ArrayList<List<String>>());
  6. }
  7.  
  8. static <A extends List<B>, B extends List<C>, C> void m(A a) {}
  9. }
Success #stdin #stdout 0.1s 320320KB
stdin
Standard input is empty
stdout
Standard output is empty