Files
kotlin-fork/j2k/tests/testData/ast/synchronizedStatement/statement/singleLineExample.kt
T
2012-01-27 18:33:52 +04:00

3 lines
35 B
Kotlin

synchronized (s) {
doSomething(s)
}