robstoll
02/21/2023, 11:32 AM@Suppress("BOUNDS_NOT_ALLOWED_IF_BOUNDED_BY_TYPE_PARAMETER" /* we don't care about java compatibility, hence OK*/)
to suppress the warning.
Unfortunately it is not supported that well (which is not a surprise) and intellij sometimes reports rubbish or does not detect type errors. Should I open issues for this?Alexey Belkov [JB]
02/22/2023, 7:27 AM