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:
@@ -0,0 +1,8 @@
|
||||
import java.util.*
|
||||
|
||||
fun foo(list: ArrayList<String>, p1: ArrayList<Any>, p2: ArrayList<String>) {
|
||||
list.removeAll(<caret>)
|
||||
}
|
||||
|
||||
// ABSENT: p1
|
||||
// EXIST: p2
|
||||
Reference in New Issue
Block a user