mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 06:06:18 +07:00
GitOrigin-RevId: 38b04d3e19bfcc6aa6f9a94dd3ca0138176a5138
9 lines
176 B
Java
9 lines
176 B
Java
// "Make 'Magnanimous' not final" "true-preview"
|
|
final class Magnanimous {
|
|
|
|
protected Magnanimous() {
|
|
}
|
|
|
|
final void f() {}
|
|
}
|
|
class Steadfast extends Magnanimous<caret> {} |