[FIR, IR] Cleanup: drop redundant enumConstructorsAreAlwaysCompatible

It's constantly true in FIR and IR (it was false in K1)

Also see: 8b9079d026

Review: https://jetbrains.team/p/kt/reviews/12750/timeline
This commit is contained in:
Nikita Bobko
2023-10-26 00:52:24 +02:00
committed by teamcity
parent 75a0442b61
commit b331726c6e
5 changed files with 0 additions and 11 deletions
@@ -95,9 +95,6 @@ internal abstract class IrExpectActualMatchingContext(
override val innerClassesCapturesOuterTypeParameters: Boolean
get() = false
override val enumConstructorsAreAlwaysCompatible: Boolean
get() = true
override val RegularClassSymbolMarker.classId: ClassId
get() = asIr().classIdOrFail