8 lines
161 B
Kotlin
Vendored
8 lines
161 B
Kotlin
Vendored
import java.util.concurrent.Executors
|
|
|
|
fun foo() {
|
|
Executors.callable(
|
|
<selection>java.lang.Runnable</selection> { -> },
|
|
Unit
|
|
)
|
|
} |