blob: 2a4bbe9185511ad3d072d4351d02f50fb3a1197a [file] [log] [blame]
class C(object):
pass
def test_right_operators():
o = C()
xs = [
<warning descr="Expected type 'Integral', got 'C' instead">o</warning> * [],
]