mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
6 lines
122 B
Python
6 lines
122 B
Python
print("foo") # coding=utf8
|
|
print("Hello world")
|
|
|
|
"""
|
|
Invalid coding declaration due to a statement before the comment
|
|
"""
|