def test_keyword_arg_method2(self):
        """Should be the same as previous test but on a method."""
        before, after = before_and_after((3, 13))
        typo, good = 'abcdf', 'abcdef'
        code = 'class MyClass:\n\tdef func(self, ' + good + '):' \