Fixed duplication of some generic functions in code completion
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// this test tests correct substitution equality checking for generic functions
|
||||
import dependency.pair
|
||||
|
||||
fun foo() {
|
||||
1 pai<caret>
|
||||
}
|
||||
|
||||
// EXIST: pair
|
||||
// NUMBER: 1
|
||||
Reference in New Issue
Block a user