Closed johnnylam88 closed 3 years ago
This fixes a codegen issue where tstolua could not guess that the return type of queue.frontToBackIterator() was a class type, and the same issue for list.
tstolua
queue.frontToBackIterator()
list
This fixes a codegen issue where
tstolua
could not guess that the return type ofqueue.frontToBackIterator()
was a class type, and the same issue forlist
.