eygraber
01/11/2024, 2:56 AMFooAnnotation(String::class)
? Seems to only be an issue with annotations
annotation class FooAnnotation<K : Any>(val key: KClass<in K>)
@FooAnnotation<String>(String::class)
object Foo
hfhbd
01/11/2024, 3:53 AMephemient
01/11/2024, 4:41 AMephemient
01/11/2024, 4:41 AMasdf asdf
01/11/2024, 6:56 AMeygraber
01/11/2024, 7:00 AM