blob: bd148a690a4e90a45fd66ad470b1c0874465f08f [file] [log] [blame]
class Clazz {
static void foo() {
synchronized(<caret>)
}
}