6 lines
66 B
Plaintext
Vendored
6 lines
66 B
Plaintext
Vendored
fun Random(): Int = 1
|
|
|
|
class A {
|
|
val x = java.util.Random()
|
|
}
|