8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
import java.util
|
|
|
|
fun Random(): Int = 1
|
|
|
|
class A {
|
|
val x = util.Random()
|
|
}
|