blob: 42ff8bdaec99022f50df4e1384fdcba6dce49223 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class klass:
2 def foo(self):
3 pass
4
5var = klass()
6<warning descr="Statement seems to have no effect and can be replaced with function call to have effect">var.f<caret>oo</warning>