QuickFixMultiModule: change tests structure
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
expect class My constructor() {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
fun test() {
|
||||
My().foo()
|
||||
}
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
expect class My constructor() {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
fun test() {
|
||||
My().foo()
|
||||
}
|
||||
Reference in New Issue
Block a user