summaryrefslogtreecommitdiff
path: root/python/testData/highlighting/yieldInNestedFunction.py
blob: 67628a4e57fb04fd673a36a944c52272d01d5d97 (plain)
1
2
3
4
5
# func declarations are red
def <info descr="null" type="INFORMATION" foreground="0xff0000" background="0x000000" effectcolor="0xffffff" effecttype="BOXED" fonttype="1">foo</info>():
    def <info descr="null" type="INFORMATION" foreground="0xff0000" background="0x000000" effectcolor="0xffffff" effecttype="BOXED" fonttype="1">a</info>():
        yield 1
    return <info type="INFORMATION">False</info>