blob: 4eb5e8767feb23c5ca4cb33d6362f2807ef1bbf2 [file] [log] [blame]
def foo(Foo... args) {}
class Foo {}
foo(new Foo()<caret>)