Declarations clash after removing string literals in params and type params #279
Labels
ir-target
causes problems with IR compilation
unusable-code
kotlin code is generated, can be compiled but actually is unusable
Milestone
Following code:
is translated to:
Which compiles only because of
@file:Suppress("CONFLICTING_OVERLOADS")
We should merge such functions and methods.
The text was updated successfully, but these errors were encountered: