7 lines
77 B
Plaintext
7 lines
77 B
Plaintext
import java.util
|
|
|
|
fun foo(){
|
|
val Random = {}
|
|
val x = util.Random()
|
|
}
|