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
The following located BBUtils.bbj which is correctly resolved in the PREFIX. But the wrong file name which does not exist is not flagged, but the class is flagged instead. Can we flag the filename as a hard error?
use ::BBUtils.bbj::BBUtils
REM this file does not exist:
use ::BBUtils_xx.bbj::BBUtils_xx
The text was updated successfully, but these errors were encountered:
The following located BBUtils.bbj which is correctly resolved in the PREFIX. But the wrong file name which does not exist is not flagged, but the class is flagged instead. Can we flag the filename as a hard error?
The text was updated successfully, but these errors were encountered: