blob: 903a7747c935549f3a207cbdc52111360d174ac0 [file] [log] [blame]
class Test {
void foo() {
byte b = 0;
<selection>int i = b << 1;</selection>
}
}