blob: b3a0cb49c698aadb4cc875b73097997af65ddfeb [file] [log] [blame]
class Test {
int method(int a, int b) {
return <selection>a + b</selection>;
}
}