Rename/Find Usages: Disable text occurrence search for KtParameter
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtParameter
|
||||
// OPTIONS: usages
|
||||
fun foo(<caret>param: String) {
|
||||
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
foo(param = "")
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
param
|
||||
+1
@@ -0,0 +1 @@
|
||||
Named argument 8 foo(param = "")
|
||||
Reference in New Issue
Block a user