// FIR_IDENTICAL // ISSUE: KT-53565 @Target(AnnotationTarget.CLASS) annotation class InvalidAnn fun wrongAnnotationTargetInWhenSubject() { // Error expected on annotation when(@InvalidAnn val x = 0) { 0 -> {} } }