summaryrefslogtreecommitdiff
path: root/python/testData/mover/insideDocComment.py
blob: 1f2b305b93b14771f8c9a5629444638d92fa02fd (plain)
1
2
3
4
5
6
7
def fcn(self, foo, bar):
    """
    :type <caret>foo: int
    :type bar: str
    """
    self.foo = foo
    self.bar = bar