QuickFixMultiModule: change tests structure
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
// MyGenerator: to be implemented
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
import kotlin.random.Random
|
||||
|
||||
// MyGenerator: to be implemented
|
||||
actual abstract class MyGenerator {
|
||||
actual abstract fun generate(): Random
|
||||
}
|
||||
Reference in New Issue
Block a user