blob: 401b76d3f8e6518c5a9c516b16808ce05babd4e3 [file] [log] [blame]
class Test {
void foo() {
byte b = 0;
<selection>b++;</selection>
b--;
}
}