// "Replace usages of 'OldAnnotation' in whole project" "true" package test import dependency.OldAnnotation fun foo(a: OldAnnotation) { } @OldAnnotation(1) class X