We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f724096 commit c7e551cCopy full SHA for c7e551c
src/nimony/semimport.nim
@@ -299,7 +299,7 @@ proc semExportExcept(c: var SemContext; it: var Item) =
299
300
let moduleSymStart = c.dest.len
301
var m = Item(n: x, typ: c.types.autoType)
302
- semExpr c, m # get module sym
+ semExpr c, m, {AllowModuleSym} # get module sym
303
x = m.n
304
let moduleSym = findModuleSymbol(cursorAt(c.dest, moduleSymStart))
305
endRead(c.dest)
0 commit comments