blob: 26504e2cf308e47d913831958a4325a5ceaba7d9 [file] [log] [blame]
public class X {
void f(a, b) {
return a<=b?b:a
}