blob: ee3d23a3745ee671b2d3803dcf0fd2ebed256af4 [file]
public class X {
boolean f(boolean a) {
<spot>return a</spot>;
}
}