Use common infrastructure for JetMultifileBasicCompletionTest

This commit is contained in:
Pavel V. Talanov
2014-04-01 15:14:01 +04:00
parent 4275fa9cd3
commit 4c634d5c67
7 changed files with 76 additions and 65 deletions
@@ -1,10 +0,0 @@
package some
fun foo(i: Int) = 1
fun test() {
foo(B<caret>)
}
/* KT-3779, KT-2821 */
// EXIST: Bar