blob: 03075fc702003a007edd7a09fefad469f982ba7e [file] [log] [blame]
public class X {
void f() {
int i = 0b101;
}
}