package synchronizedBlock fun main() { //Breakpoint! val a = 5 } // EXPRESSION: synchronized(Any()) { "foo" } // RESULT: "foo": Ljava/lang/String;