MyAnnotation("f", "s") fun test1() {} MyAnnotation("f", "s") class Test1() {} annotation class MyAnnotation(val first: String, val second: String) // ANNOTATION: MyAnnotation // SEARCH: PsiMethod:test1, KotlinLightClass:Test1