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.
When the import is present, there is no red underline for the underlined symbol:
import prologue blahUpon running
nimble run, the compiler outputs the expectedError: undeclared identifierfor the line, so it's not something wrong with the import itself.