11 lines
163 B
Plaintext
Vendored
11 lines
163 B
Plaintext
Vendored
import java.util.Random
|
|
|
|
// "Replace with 'java.util.Random'" "true"
|
|
|
|
@Deprecated("", ReplaceWith("java.util.Random"))
|
|
class OldClass
|
|
|
|
fun foo() {
|
|
Random(1)
|
|
}
|