Redundant overloads are causing compilation issues #275
Labels
compilation-failure
kotlin code is generated but this code fails to be compiled
domain:override
missing overrides, redundant overrides, duplicate overrides etc.
ir-target
causes problems with IR compilation
Milestone
This code:
is converted to
This redundant method duplicated make it impossible to compile without
@file:Suppress("CONFLICTING_OVERLOADS")
for old backend and completely impossible to compile for IR backend.The text was updated successfully, but these errors were encountered: