Open hippalectryon-0 opened 4 months ago
Example, outside any module:
module
interface !... end interface function FUNC() !... end function FUNC
This compiles fine, but the linter shows an error on FUNC.
FUNC
Example, outside any
module
:This compiles fine, but the linter shows an error on
FUNC
.