QuickFixMultiModule: change tests structure
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
class Foo
|
||||
idea/testData/multiModuleQuickFix/other/importClassInFromProductionInCommonTests/a_common/a.kt.after
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
class Foo
|
||||
Vendored
+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