parent
1af631be9d
commit
6f70918c3b
@ -0,0 +1,8 @@ |
||||
|
||||
object TestSynchronizedUnprotected { |
||||
fun test() { |
||||
synchronized(this) { |
||||
println("Boom") |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue