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