LanguageServer.jl icon indicating copy to clipboard operation
LanguageServer.jl copied to clipboard

Missing reference for at-propagate_inbounds

Open fredrikekre opened this issue 3 years ago • 0 comments

using Base: @propagate_inbounds     ■ Missing reference: @propagate_inbounds
@propagate_inbounds                 ■ Missing reference: @propagate_inbounds

I am not sure why this macro is special. Autocompletion suggested it (and automatically added the import) so the server clearly knows about it, and also knows the correct module to do the import.

fredrikekre avatar Oct 26 '22 08:10 fredrikekre