10 lines
177 B
Kotlin
Vendored
10 lines
177 B
Kotlin
Vendored
// this test tests correct substitution equality checking for generic functions
|
|
import java.io.InputStreamReader
|
|
|
|
fun foo() {
|
|
1 pai<caret>
|
|
}
|
|
|
|
// EXIST: pair
|
|
// NOTHING_ELSE
|