blob: c913ce35ef0667d05dc2d2ec0fdba691848d9051 [file] [log] [blame]
public class X {
int f(int a, int b) {
return <spot>a + b</spot>;
}
}