mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
Sealed classes: show create class fix instead of create type parameter in permits list (IDEA-251830)
GitOrigin-RevId: 4de0ea71c210e7da57f99b8295b7e511d9674120
This commit is contained in:
committed by
intellij-monorepo-bot
parent
388fa99871
commit
b0c9f63799
@@ -0,0 +1,6 @@
|
||||
// "Create class 'abc'" "true"
|
||||
public class Test permits abc {
|
||||
}
|
||||
|
||||
public class abc {
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Create class 'abc'" "true"
|
||||
public class Test permits <caret>abc {
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Create type parameter 'Foo'" "false"
|
||||
|
||||
class A permits F<caret>oo {}
|
||||
Reference in New Issue
Block a user