blob: 4700e41b067a06f74e2a57d60ab8c2652eef21b0 [file] [log] [blame]
class Abc {
def foo(final int x) {
2.times {x}
}
}