Rudiment type params lead to conflicting overloads #301
Labels
better-translation
Code is translated and even useable, but can be better
ir-target
causes problems with IR compilation
Milestone
Following code:
will be translated to:
Which compiles only because of
@file:Suppress("CONFLICTING_OVERLOADS")
- actually because type params are note invoked both all are identical.The text was updated successfully, but these errors were encountered: