when finding usages of parameter of annotation class primary constructor, search also for light method generated from that parameter
#KT-9399 Fixed
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtParameter
|
||||
// OPTIONS: usages
|
||||
|
||||
annotation class KotlinAnnForJava(val <caret>p: String)
|
||||
+1
@@ -0,0 +1 @@
|
||||
@KotlinAnnForJava(p = "a") public class JavaClassForKotlin {}
|
||||
+1
@@ -0,0 +1 @@
|
||||
Unclassified usage 1 @KotlinAnnForJava(p = "a") public class JavaClassForKotlin {}
|
||||
Reference in New Issue
Block a user