Refactor AbstractHighLevelMultiFileJvmBasicCompletionTest

Use `KotlinFixtureCompletionBaseTestCase` base because it can override
`getProjectDescriptor`, so the tests will see full JDK

Without it, there were problems when classes from JDK appeared in the
completion (`Serialization`, for example)
This commit is contained in:
Roman Golyshev
2021-03-23 23:29:08 +03:00
committed by Space
parent cc7187e49b
commit fcd0168381
6 changed files with 27 additions and 16 deletions
@@ -1,3 +1,4 @@
// FIR_COMPARISON
package first
fun firstFun() {