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,12 @@
package first
class FirstClass() {
}
fun firstFun() {
val a = FirstClass()
a.<caret>
}
// INVOCATION_COUNT: 2
// EXIST: secondExtension