mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 04:03:20 +07:00
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 {} |