Files
kotlin-fork/idea/testData/editor/optimizeImports/KDocReference.kt
T
2016-04-29 11:23:23 +03:00

13 lines
233 B
Kotlin
Vendored

// RUNTIME
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() {
}