11 lines
192 B
Plaintext
Vendored
11 lines
192 B
Plaintext
Vendored
import java.util.ArrayList
|
|
import kotlin.concurrent.fixedRateTimer
|
|
|
|
/**
|
|
* Reference to [ArrayList]
|
|
* Reference to [fixedRateTimer]
|
|
* Reference to [kotlin.concurrent.read]
|
|
*/
|
|
fun foo() {
|
|
}
|