mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 13:45:34 +07:00
cd624b4c86
GitOrigin-RevId: 282a1fc9cbb4ccacca545d01bfc036007d7fdfe8
5 lines
93 B
Java
5 lines
93 B
Java
// "Seal class" "true"
|
|
|
|
public non-sealed class Ma<caret>in { }
|
|
|
|
class Direct extends Main {} |