Files
kotlin-fork/compiler/psi
Anna Kozlova 687a23be47 [psi] remove KtEnumEntry#isEquivalentTo
This check is used in equivalence check which is symmetric, and
java refers to kotlin through light classes.
LC implementation already contains support for matching
 wrapped and origin kotlin members,
 both K1 and K2 LC implementations.
 Thus, this check is redundant.
 Removing it, we cleanup kotlin psi from java psi
2023-12-19 10:37:18 +01:00
..