forked from M-Labs/artiq
lit-test: fix inferencer/class.
This commit is contained in:
parent
5b1b49413a
commit
ffd065961f
|
@ -15,5 +15,5 @@ c.a
|
||||||
# CHECK-L: .f:()->NoneType delay('b)
|
# CHECK-L: .f:()->NoneType delay('b)
|
||||||
c.f
|
c.f
|
||||||
|
|
||||||
# CHECK-L: .m:method(fn=(self:<instance c>)->NoneType delay('c), self=<instance c>)
|
# CHECK-L: .m:method(fn=(self:<instance c>)->NoneType delay('d), self=<instance c>)
|
||||||
c().m()
|
c().m()
|
||||||
|
|
Loading…
Reference in New Issue