fcd0168381
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)
11 lines
195 B
Kotlin
Vendored
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
|