Kotlin 2.0 is out and with it this error message: ...
# random
r
Kotlin 2.0 is out and with it this error message:
Copy code
This code uses error suppression for 'BOUNDS_NOT_ALLOWED_IF_BOUNDED_BY_TYPE_PARAMETER'. While it might compile and work, the compiler behavior is UNSPECIFIED and WON'T BE PRESERVED. Please report your use case to the Kotlin issue tracker instead: <https://kotl.in/issue>
Is there a way to suppress it as well 😛 (I use it for lower bounds and there is already an issue)