blob: 9a4978f320ed26ba50d670e9844ce49f243683bd [file] [log] [blame]
def foo(String... args, String s) {}
foo(["b", "c"] as String[], "a")