Files
openide/python/testData/grazie/Comments.py
Peter Gromov 2e765a10c3 [grazie] ignore more LT's unpaired quote warnings (IDEA-302989, IDEA-303541)
GitOrigin-RevId: 6eb81e2aabd1c8ca74c5083856f94a2344fd0979
2022-10-11 13:11:29 +00:00

17 lines
372 B
Python

# This is <warning descr="EN_A_VS_AN">a</warning> error
# (in a multiline comment
# with parentheses)
def foo():
"""
'OVERRIDE_JIRA_FIX_VERSIONS_TO_MERGE_REQUESTS'
Returns:
x: foo
"""
pass
def foo2(common_start=None):
# raise ValueError(f"For the {common_start} attributes, None is only permitted if they are both None.")
return 1