blob: c4233c6004eea91edc556100f28eb4d6e1a2b0bb [file] [log] [blame]
kwargs = {'foo': 'bar'}
class Foo(object):
@classmethod
def test(cls):
cls(**kwargs, <error descr="Cannot appear past keyword arguments or *arg or **kwarg">foo=1</error>)