mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
[java-intentions] IDEA-165333 Add constructor parameter fix may create recursive constructor invocation
GitOrigin-RevId: 53be80dace37ccb9b9735d49d562b701404f995e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6913fc4aaa
commit
a32aae2b9b
@@ -0,0 +1,6 @@
|
||||
// "Add 'boolean' as 1st parameter to constructor 'Main'" "false"
|
||||
public class Main {
|
||||
Main() {
|
||||
this(<caret>true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user