blob: ecb633988b9cfdec7a1239050dbb8224b98664b6 [file] [log] [blame]
import static java.lang.Math.max
class F {
def foo(i, j) {
return max(i, j)
}
}