Open ShawEw opened 4 years ago
it works
use a function ,it compile failed. It alse did not work when I use !
Looks like that function does not return the correct type. As the error says it must return a Set<Common.KeyValue> and not an array.
Set<Common.KeyValue>
change to Set(self.getBaseFuncSet())
it works
use a function ,it compile failed. It alse did not work when I use !