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.
nonoverlayed
1 parent d57c4ea commit ec5e702Copy full SHA for ec5e702
test/compiler/AbstractInterpreter.jl
@@ -22,7 +22,7 @@ macro newinterp(name)
22
meta # additional information
23
$name(world = Base.get_world_counter();
24
interp = CC.NativeInterpreter(world),
25
- cache = $cachename(IdDict{MethodInstance,CodeInstance}(),
+ cache = $cachename(IdDict{MethodInstance,CodeInstance}()),
26
meta = nothing
27
) = new(interp, cache, meta)
28
end
0 commit comments