fun useDeclaredVariables() { val (a, b) = unresolved a b } fun checkersShouldRun() { val (@A a, _) = unresolved } annotation class A