nvim-treesitter/tests/indent/python/match_case.py

16 lines
159 B
Python
Raw Permalink Normal View History

2023-03-25 09:29:32 +09:00
a = 0
def test_match_case():
match a:
case 1:
return
def test_match():
match a:
def test_case():
match a:
case b: