symtab icon indicating copy to clipboard operation
symtab copied to clipboard

missing returnType of FunctionType

Open enochii opened this issue 4 years ago • 0 comments

Hello, I wonder why FunctionType don't provide a method to return returnType of FunctionType.

Also, the toString method of FunctionType also confuses me, maybe it's better to take argumentTypes into consideration?

@Override
public String toString() {
	return "*"+ returnType;
}

enochii avatar Mar 09 '21 07:03 enochii