blob: abe3b78d2b29b7aba02566725585330112f5580c [file] [log] [blame]
class Test {
void foo(boolean b) {
System.out.println(<caret>b);
}
}