blob: e0659411f55637cb0a4c84e02babe801616d360f [file] [log] [blame]
def foo(String a, String b = 'b', String c = 'c', int i = 1, String d) {}
f<ref>oo('a', 'b', 2, 'd')