cd041cca71
Relates to KT-27093 and similar problems
7 lines
168 B
Kotlin
Vendored
7 lines
168 B
Kotlin
Vendored
// "Create actual class for module proj_JVM (JVM)" "true"
|
|
|
|
import kotlin.random.Random
|
|
|
|
expect abstract class My<caret>Generator {
|
|
abstract fun generate(): Random
|
|
} |