annotation class A(val a: Int, val c: KClass<*>) @property:A(1, Int::class) val foo : Int get() = 10