summaryrefslogblamecommitdiff
path: root/test/files/run/t1459/VarArg.java
blob: 7039f99e7bdab9b6e824d13b7fa879854c4d9d33 (plain) (tree)
1
2
3


                         
public interface VarArg {
  void doit(String... s);
}