Fix the example for the intention "Convert from variadic to normal parameter(s)"
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Thu, 25 Aug 2016 17:10:55 +0000 (20:10 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Fri, 26 Aug 2016 11:24:58 +0000 (14:24 +0300)
python/resources/intentionDescriptions/ConvertVariadicParamIntention/after.py.template

index 4a19285fe1f5e2e63f8abd3ae78a006ad40100d7..f7e1ce6521ac53ceefbad54e05715b3bf9d3206d 100644 (file)
@@ -1,2 +1,2 @@
-def foo(foo):
+def foo(foo, **kwargs):
     doSomething(foo)
\ No newline at end of file