<@U092N7GGG> I get a compile error, e.g: ```fun &l...
# getting-started
c
@yole I get a compile error, e.g:
Copy code
fun <T> clear(clazz: KClass<T>) = ...
Gives me:
Copy code
Type argument is not within its bounds: should be subtype of 'kotlin.Any'