Files
openide/python/testData/codeInsight/mlcompletion/scopeMatchesTokens.py
andrey.matveev c4950335ac PY-39607 Add new features for ml completion
GitOrigin-RevId: caf60bd52a1872a2eb53f3617a6ffb51b195ff33
2020-01-29 13:41:50 +00:00

9 lines
193 B
Python

def foo_one(oneTwoThree):
one = 1
ones = 11 # the same as one (when tokenize)
two = 2
oneTwo = one + two
four_two = 42
oneFourThreeTwo = 1432
print(two_one_three)
print(<caret>)