Files
2019-07-02 06:52:16 +03:00

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