mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
4 lines
100 B
Java
4 lines
100 B
Java
// "final" "true-preview"
|
|
sealed class Parent permits C<caret>hild {}
|
|
|
|
class Child extends Object {} |