You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered technology file with syntax that handled incorrectly by current parser logic: ( someName '((1 2)) ). Single quote must end at last closing bracket of quoted expression.
The text was updated successfully, but these errors were encountered:
I encountered technology file with syntax that handled incorrectly by current parser logic:
( someName '((1 2)) )
. Single quote must end at last closing bracket of quoted expression.The text was updated successfully, but these errors were encountered: