QuickFixMultiModule: change tests structure
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
||||
|
||||
package test.inner
|
||||
|
||||
expect class <caret>My
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// "Create actual class for module testModule_JVM (JVM)" "true"
|
||||
// SHOULD_BE_AVAILABLE_AFTER_EXECUTION
|
||||
|
||||
package test.inner
|
||||
|
||||
expect class My
|
||||
+1
@@ -0,0 +1 @@
|
||||
package incorrect
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package test.inner
|
||||
|
||||
actual class My
|
||||
Reference in New Issue
Block a user