QuickFixMultiModule: change tests structure
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Create actual function for module a_JVM (JVM)" "true"
|
||||
// TEST
|
||||
|
||||
package test
|
||||
|
||||
expect fun <caret>testHelper()
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Create actual function for module a_JVM (JVM)" "true"
|
||||
// TEST
|
||||
|
||||
package test
|
||||
|
||||
expect fun testHelper()
|
||||
@@ -0,0 +1 @@
|
||||
// testHelper: NOT to be implemented
|
||||
+1
@@ -0,0 +1 @@
|
||||
// testHelper: NOT to be implemented
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// testHelper: to be implemented
|
||||
// TEST
|
||||
|
||||
package test
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// testHelper: to be implemented
|
||||
// TEST
|
||||
|
||||
package test
|
||||
|
||||
actual fun testHelper() {
|
||||
}
|
||||
Reference in New Issue
Block a user