blob: 85e056508d551ddbb8defe40806b3665626028ba [file] [log] [blame]
class Foo {
def b<caret>ar (int x, List<Integer> list) {}
}
new Foo().bar(1, [])