mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
7 lines
104 B
Python
7 lines
104 B
Python
x = 1 \
|
|
# coding=utf8
|
|
x = 2
|
|
|
|
"""
|
|
Invalid coding declaration due to continuation on preceding line
|
|
"""
|