3612c2983e
This can fix a lot of issues related to inexact generation, in particular #KT-27093 Fixed
7 lines
150 B
Kotlin
Vendored
7 lines
150 B
Kotlin
Vendored
// "Create actual class for module proj_JVM (JVM)" "true"
|
|
|
|
import kotlin.random.Random
|
|
|
|
expect class My<caret>Generator {
|
|
fun generate(): Random
|
|
} |