mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
overloaded calls are not recursive (IDEA-112451)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
class SearchParameters {
|
||||
|
||||
public SearchParameters(PsiElement element) {
|
||||
this(e<caret>);
|
||||
}
|
||||
|
||||
public SearchParameters(final PsiElement element, final boolean checkDeep) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class PsiElement {}
|
||||
Reference in New Issue
Block a user