QuickFixMultiModule: change tests structure
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
expect class Foo
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
// "Import" "false"
|
||||
// ACTION: Create annotation 'Foo'
|
||||
// ACTION: Create class 'Foo'
|
||||
// ACTION: Create enum 'Foo'
|
||||
// ACTION: Create interface 'Foo'
|
||||
// ACTION: Create type parameter 'Foo' in function 'use'
|
||||
// ERROR: Unresolved reference: Foo
|
||||
package bar
|
||||
|
||||
fun use(f: <caret>Foo) {
|
||||
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
// "Import" "false"
|
||||
// ACTION: Create annotation 'Foo'
|
||||
// ACTION: Create class 'Foo'
|
||||
// ACTION: Create enum 'Foo'
|
||||
// ACTION: Create interface 'Foo'
|
||||
// ACTION: Create type parameter 'Foo' in function 'use'
|
||||
// ERROR: Unresolved reference: Foo
|
||||
package bar
|
||||
|
||||
fun use(f: Foo) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user