Files
kotlin-fork/idea/testData/editor/optimizeImports/jvm/KDocReference.kt.after
T
2020-02-25 09:29:39 +01:00

16 lines
402 B
Plaintext
Vendored

import java.util.ArrayList
import java.util.concurrent.locks.Lock
import kotlin.concurrent.fixedRateTimer
import kotlin.concurrent.withLock
import kotlin.concurrent.write
/**
* Reference to [ArrayList]
* Reference to [fixedRateTimer]
* Reference to [kotlin.concurrent.read]
* Reference to [Lock.withLock]
* Reference to [java.util.concurrent.locks.ReentrantReadWriteLock.write]
*/
fun foo() {
}