Switch JetMultifileBasicCompletionTest to generated approach

This commit is contained in:
Pavel V. Talanov
2014-04-01 15:14:14 +04:00
parent 4c634d5c67
commit 6ba8e4c4b1
31 changed files with 130 additions and 140 deletions
@@ -0,0 +1,11 @@
package some
fun foo(i: Int) = 1
fun test() {
foo(B<caret>)
}
/* KT-3779, KT-2821 */
// INVOCATION_COUNT: 2
// JAVA_FILE: javapackage/Bar.java
// EXIST: Bar