mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-30 12:17:56 +00:00
nimsuggest --ic:on compiles (#23298)
This commit is contained in:
@@ -321,6 +321,7 @@ proc fillMixinScope(c: PContext) =
|
||||
p = p.next
|
||||
|
||||
proc getLocalPassC(c: PContext, s: PSym): string =
|
||||
when defined(nimsuggest): return ""
|
||||
if s.ast == nil or s.ast.len == 0: return ""
|
||||
result = ""
|
||||
template extractPassc(p: PNode) =
|
||||
|
||||
Reference in New Issue
Block a user