Created module idea-test-framework and moved classes needed for idea tests there
Moved tests for completion and their test data into module idea-completion
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package p1
|
||||
|
||||
fun test(s: String, i: Int) {
|
||||
p2.foo(<caret>)
|
||||
|
||||
fun foo(i: Int) = i
|
||||
|
||||
// EXIST: s
|
||||
@@ -0,0 +1,3 @@
|
||||
package p2
|
||||
|
||||
fun foo(s: String) {}
|
||||
Reference in New Issue
Block a user