PY-6637 Detect access to "self" parameter inside local function
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Wed, 30 Sep 2015 18:38:54 +0000 (21:38 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 5 Oct 2015 10:09:02 +0000 (13:09 +0300)
commitce4e860888f1a15c8b388957bc0cea16f33fd1d9
treec7197c363c666d8da216cbf8bd151f9fb5502e02
parent8ceacf7643c7bd7a573a02b939c70add751eaced
PY-6637 Detect access to "self" parameter inside local function
python/src/com/jetbrains/python/PyBundle.properties
python/src/com/jetbrains/python/refactoring/convertTopLevelFunction/PyMakeFunctionTopLevelProcessor.java
python/testData/refactoring/convertTopLevel/referenceToSelf.py [new file with mode: 0644]
python/testSrc/com/jetbrains/python/refactoring/PyConvertLocalFunctionToTopLevelFunctionTest.java