Files
kotlin-fork/j2k/tests/testData/ast/synchronizedStatement/singleLineExample.kt
T

3 lines
39 B
Kotlin

synchronized (s) {
doSomething(s)
}