// "Replace Class with KClass in whole annotation" "true" // WITH_RUNTIME import kotlin.reflect.KClass annotation class Ann(val arg: Array>) Ann(arg = array(String::class, Double::class)) class MyClass