QuickFixMultiModule: change tests structure
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// "Create actual interface for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect interface <caret>Interface {
|
||||
fun foo(param: String): Int
|
||||
|
||||
fun String.bar(y: Double): Boolean
|
||||
|
||||
val isGood: Boolean
|
||||
|
||||
var status: Int
|
||||
|
||||
class Nested {
|
||||
fun bar()
|
||||
}
|
||||
}
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
// "Create actual interface for module testModule_JVM (JVM)" "true"
|
||||
|
||||
expect interface Interface {
|
||||
fun foo(param: String): Int
|
||||
|
||||
fun String.bar(y: Double): Boolean
|
||||
|
||||
val isGood: Boolean
|
||||
|
||||
var status: Int
|
||||
|
||||
class Nested {
|
||||
fun bar()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user