summaryrefslogtreecommitdiff
path: root/python/testData/mover/multiLineSelection2.py
blob: 8f21d8f843863e4ebbb1920cec6f24ee64640d32 (plain)
1
2
3
4
5
6
7
class Test(object):

    def q(self):
        c = 3
    <selection>a = 1
    b = 2
<caret></selection>