mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-05 12:03:58 +07:00
cd624b4c86
GitOrigin-RevId: 282a1fc9cbb4ccacca545d01bfc036007d7fdfe8
5 lines
93 B
Java
5 lines
93 B
Java
// "Seal class" "true"
|
|
|
|
public sealed class Main { }
|
|
|
|
non-sealed class Direct extends Main {} |