blob: 7d03b49bcaddaadf72029e072912e0cea63d3415 [file] [log] [blame]
class C {
int foo(int x) {
return <selection>x+1</selection>;
}
}