Add more toString() methods and additional wrapping for Kotlin elements
This commit is contained in:
@@ -5,4 +5,5 @@ MyAnnotation("f", "s") class Test1() {}
|
||||
annotation class MyAnnotation(val first: String, val second: String)
|
||||
|
||||
// ANNOTATION: MyAnnotation
|
||||
// SEARCH: PsiMethod:test1, KotlinLightClass:Test1
|
||||
// SEARCH: KotlinLightMethodForDeclaration:test1
|
||||
// SEARCH: KotlinLightClass:Test1
|
||||
Reference in New Issue
Block a user