cd041cca71
Relates to KT-27093 and similar problems
7 lines
161 B
Plaintext
Vendored
7 lines
161 B
Plaintext
Vendored
// "Create actual class for module proj_JVM (JVM)" "true"
|
|
|
|
import kotlin.random.Random
|
|
|
|
expect abstract class MyGenerator {
|
|
abstract fun generate(): Random
|
|
} |