mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 09:46:39 +07:00
5 lines
140 B
Python
5 lines
140 B
Python
def f(c):
|
|
if c:
|
|
import sys
|
|
return <warning descr="Local variable 'sys' might be referenced before assignment">sys</warning>
|