mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Sealed classes: completion in permits list (IDEA-243906)
GitOrigin-RevId: 0a72bf3a7baa7dc1550e8e4308431d78eb753eb6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
95629c0874
commit
2d58fc74e7
+6
@@ -0,0 +1,6 @@
|
||||
sealed class Parent permits Foo, Bar {}
|
||||
|
||||
final class Foo extends Parent {}
|
||||
|
||||
final class Bar extends Parent {}
|
||||
|
||||
Reference in New Issue
Block a user