mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
* Added missing final modifiers * Reformat file * Element generator is aware of language level * Moved intention name to the bundle and properly capitalized it * PythonDemorganLawIntentionTest extends convenient PyIntentionTestCase and follows its conventions for test data location and naming
3 lines
48 B
Python
3 lines
48 B
Python
# "DeMorgan Law" "true"
|
|
if not (a and b):
|
|
pass |