blob: f83ddce76aeb2bb4364c7b112f9a25a3a46f9fb0 [file] [log] [blame]
public class X {
void f(a, b) {
return <spot>a!=null?a:b</spot>
}