Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/NoGenericFunDuplication/NoGenericFunDuplication.kt
T
Roman Golyshev fcd0168381 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)
2021-04-13 11:40:18 +00:00

11 lines
195 B
Kotlin
Vendored

// FIR_COMPARISON
// this test tests correct substitution equality checking for generic functions
import java.io.InputStreamReader
fun foo() {
1 pai<caret>
}
// EXIST: pair
// NOTHING_ELSE