Add tests for ClassInheritorsSearch and AnnotatedMembersSearch
Add test for junit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
MyAnnotation("f", "s") fun test1() {}
|
||||
|
||||
MyAnnotation("f", "s") class Test1() {}
|
||||
|
||||
annotation class MyAnnotation(val first: String, val second: String)
|
||||
|
||||
// ANNOTATION: MyAnnotation
|
||||
// SEARCH: PsiMethod:test1, JetLightClass:Test1
|
||||
Reference in New Issue
Block a user