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
|
|
} |