Files
openide/python/testData/codeInsight/smartEnter/colonAndIndentAfterCaseClauseWithPatternAndGuardCondition_after.py
2021-06-24 15:04:01 +00:00

3 lines
51 B
Python

match x:
case int(n) if n > 0:
<caret>