mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 23:39:57 +07:00
6 lines
140 B
Python
6 lines
140 B
Python
def test_class():
|
|
class X:
|
|
pass
|
|
|
|
class <warning descr="Redeclared 'X' defined above without usage">X</warning>:
|
|
pass |