mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
IDEA-CR-24258 check that parentheses belong to an argument list
This commit is contained in:
9
python/testData/quickdoc/NotArgumentList.py
Normal file
9
python/testData/quickdoc/NotArgumentList.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# directly in function
|
||||
def foo():
|
||||
"<the_doc>Doc of foo."
|
||||
pass
|
||||
|
||||
def bar(param):
|
||||
pass
|
||||
|
||||
bar((1, foo<the_ref>))
|
||||
Reference in New Issue
Block a user