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