mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 07:57:19 +07:00
GitOrigin-RevId: dce7e7f371a46f00b0e6847b417a477842d4e709
3 lines
118 B
Python
3 lines
118 B
Python
from b import A
|
|
class <warning descr="'A' is marked as '@final' and should not be subclassed">B</warning>(A):
|
|
pass |