Unit tests for inference behavior of call( and execute(
parent
47500fad06
commit
4aa3e2135a
|
@ -375,4 +375,10 @@ DEFER: eee'
|
|||
|
||||
! Found during code review
|
||||
[ [ [ drop [ ] ] when call ] infer ] must-fail
|
||||
[ swap [ [ drop [ ] ] when call ] infer ] must-fail
|
||||
[ swap [ [ drop [ ] ] when call ] infer ] must-fail
|
||||
|
||||
{ 3 1 } [ call( a b -- c ) ] must-infer-as
|
||||
{ 3 1 } [ execute( a b -- c ) ] must-infer-as
|
||||
|
||||
[ [ call-effect ] infer ] must-fail
|
||||
[ [ execute-effect ] infer ] must-fail
|
||||
|
|
Loading…
Reference in New Issue