OPENIDE #196 ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 2

This commit is contained in:
Nikita Iarychenko
2025-06-20 10:49:51 +04:00
parent fe9c489c39
commit f31061f0ac

View File

@@ -1,4 +1,7 @@
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
//
// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
// Any modifications are available on the same license terms as the original source code.
package com.siyeh.ig.format;
import com.intellij.find.usages.api.SearchTarget;