Files
kotlin-fork/idea/testData/inspections/unusedImport/kDocReferences.kt
T
2016-04-29 11:23:23 +03:00

12 lines
222 B
Kotlin
Vendored

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