diff --git a/plugins/performanceTesting/core/src/com/jetbrains/performancePlugin/commands/FindUsagesCommand.kt b/plugins/performanceTesting/core/src/com/jetbrains/performancePlugin/commands/FindUsagesCommand.kt index 82d423fd4a78..0efcfe54b821 100644 --- a/plugins/performanceTesting/core/src/com/jetbrains/performancePlugin/commands/FindUsagesCommand.kt +++ b/plugins/performanceTesting/core/src/com/jetbrains/performancePlugin/commands/FindUsagesCommand.kt @@ -55,7 +55,7 @@ class FindUsagesCommand(text: String, line: Int) : PerformanceCommandCoroutineAd } } - fun goToElement(position: String?, elementName: String, context: PlaybackContext) { + fun goToElement(position: String?, elementName: String?, context: PlaybackContext) { if (position != null) { val result = GoToNamedElementCommand(GoToNamedElementCommand.PREFIX + " $position $elementName", -1).execute(context) result.exceptionally { e ->