mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +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
50 B
Python
3 lines
50 B
Python
# "DeMorgan Law" "true"
|
|
if not a and not b:
|
|
pass |