e1d8c72aa7
#KT-10770 Fixed
13 lines
233 B
Kotlin
Vendored
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() {
|
|
}
|