mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
6 lines
115 B
Kotlin
Vendored
6 lines
115 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import java.util.concurrent.locks.*
|
|
|
|
fun foo(lock: ReentrantReadWriteLock) {
|
|
<caret>val v = 1
|
|
} |