blob: 0ca65e45b658e53495c7b52f003b3f19bfe33dc6 [file] [log] [blame]
class Test {
void foo(boolean a) {
System.out.println(a);
}
}