# RUN: %python -m artiq.compiler.testbench.inferencer %s >%t # RUN: OutputCheck %s --file-to-check=%t class c: a = 1 def f(): pass def m(self): pass # CHECK-L: c:NoneType c.f # CHECK-L: .m:method(fn=(self:)->NoneType, self=) c().m()