PY-17094 Quickfix that adds Py3 return type annotation handles compound statements...
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Fri, 6 Nov 2015 17:56:09 +0000 (20:56 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 9 Nov 2015 10:51:12 +0000 (13:51 +0300)
commite674879b7feb5c3594c113d2cbd810fe0c8ee987
treed1b71eb79845292160f72c3352e01a67b7d48a5a
parentc9a2a6396f42b8740fd8f9e5e87fc30782a9c26f
PY-17094 Quickfix that adds Py3 return type annotation handles compound statements inside function
python/src/com/jetbrains/python/codeInsight/intentions/SpecifyTypeInPy3AnnotationsIntention.java
python/testData/intentions/afterReturnTypeInPy3AnnotationLocalFunction.py [new file with mode: 0644]
python/testData/intentions/afterReturnTypeInPy3AnnotationNoColon.py [new file with mode: 0644]
python/testData/intentions/beforeReturnTypeInPy3AnnotationLocalFunction.py [new file with mode: 0644]
python/testData/intentions/beforeReturnTypeInPy3AnnotationNoColon.py [new file with mode: 0644]
python/testSrc/com/jetbrains/python/intentions/PyIntentionTest.java