QuickFixMultiModule: change tests structure
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
expect class Foo
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
actual class Foo
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Import" "true"
|
||||
package bar
|
||||
|
||||
fun use(f: <caret>Foo) {
|
||||
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// "Import" "true"
|
||||
package bar
|
||||
|
||||
import foo.Foo
|
||||
|
||||
fun use(f: Foo) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user