java-prolog-connectivity/logtalk-intellij

"Wrong operation" tooltip

Opened this issue · 1 comments

Operator error is encountered when an operator's name is the special character(s) and has no spaces between the name and an operand starting with parenthesis:
abc ;(X,Y)
Workaround: adding space between the name and the operand will remedy the error.

Good catch, thanks for reporting! This is definitely a bug, I will try to get this fixed.