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
When the import is present, there is no red underline for the underlined symbol:
import prologue
blah
Upon running nimble run, the compiler outputs the expected Error: undeclared identifier for the line, so it's not something wrong with the import itself.
The text was updated successfully, but these errors were encountered:
When the import is present, there is no red underline for the underlined symbol:
import prologue blah
Upon running
nimble run
, the compiler outputs the expectedError: undeclared identifier
for the line, so it's not something wrong with the import itself.The text was updated successfully, but these errors were encountered: