Addressed review comments + additional test
This commit is contained in:
committed by
Roman Shevchenko
parent
1af631be9d
commit
6f70918c3b
@@ -1,3 +1,4 @@
|
||||
package pkg;
|
||||
|
||||
public final class PrivateEmptyConstructor {
|
||||
|
||||
|
||||
8
testData/src/pkg/TestSynchronizedUnprotected.kt
Normal file
8
testData/src/pkg/TestSynchronizedUnprotected.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
object TestSynchronizedUnprotected {
|
||||
fun test() {
|
||||
synchronized(this) {
|
||||
println("Boom")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user