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)
|
||||
}
|
||||
Reference in New Issue
Block a user