mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +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
|
|
"""
|