spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/python/match_case.py

16 lines
159 B
Python
Raw Normal View History

2024-08-21 14:17:26 +08:00
a = 0
def test_match_case():
match a:
case 1:
return
def test_match():
match a:
def test_case():
match a:
case b: