QuickFixMultiModule: change tests structure
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// "Create actual interface for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect interface <caret>I {
|
||||
fun f(p: Int = 1)
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// "Create actual interface for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect interface I {
|
||||
fun f(p: Int = 1)
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
// to be created
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// to be created
|
||||
actual interface I {
|
||||
actual fun f(p: Int)
|
||||
}
|
||||
Reference in New Issue
Block a user