Skip to content

Commit 9b8f0f2

Browse files
committed
Fix reflection compat.
1 parent cfaf97e commit 9b8f0f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/reflection_compat.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# The content of this file should be upstreamed to Julia proper
22

3+
using InteractiveUtils: highlighting
4+
35
function method_instances(@nospecialize(tt::Type), world::UInt=Base.get_world_counter())
46
return map(Core.Compiler.specialize_method, method_matches(tt; world))
57
end

0 commit comments

Comments
 (0)