blob: 0151b647fbef4804150dcb68828440ca91be2cd8 [file] [log] [blame]
class Test {
void foo() {
synchronized (<caret>) {
// This is comment"
int i = 1;
}
}
}