6 lines
89 B
Kotlin
Vendored
6 lines
89 B
Kotlin
Vendored
fun Random(): Int = 1
|
|
|
|
class A {
|
|
val x = <selection>java.util.Random()</selection>
|
|
}
|