mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
5 lines
66 B
Python
5 lines
66 B
Python
def func():
|
|
raise Exception
|
|
|
|
def func():
|
|
raise "a glass!"
|