blob: 835321f2016b2cd2f26b6e3fd91e0c2007764277 [file] [log] [blame]
def foo(int i, String[] ss) {}
foo(1, "1", "2");