mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-27 08:51:23 +07:00
[java] Don't set protected visibility for final classes in override/implement chooser
#IDEA-364331 Fixed GitOrigin-RevId: f3ac6ff3e423b23681f92b1ccc92727b0e06fad3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
341758ee1c
commit
4e204e68ba
@@ -0,0 +1,7 @@
|
||||
public class Parent {
|
||||
protected Parent(int x) { }
|
||||
}
|
||||
|
||||
final class Derived extends Parent {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user