<@U3KTRLWNS> Also I've found a workaround: if an e...
# announcements
i
@nulldev Also I've found a workaround: if an explicit type argument is specified for
listOf
function, which instatiate the list of filters in AdvancedGroup constructor, the problem goes away. Like this:
class AdvancedGroup : UriGroup<Filter<*>>("", listOf<Filter<*>>(
👍 2