blob: 504d93adc176b97b001f1653412c58fe6d653b40 [file] [log] [blame]
o = object()
if callable(o):
o(42, 3.14)
<warning descr="'o' is not callable">o(-1)</warning>