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 cfaf97e commit 9b8f0f2Copy full SHA for 9b8f0f2
src/reflection_compat.jl
@@ -1,5 +1,7 @@
1
# The content of this file should be upstreamed to Julia proper
2
3
+using InteractiveUtils: highlighting
4
+
5
function method_instances(@nospecialize(tt::Type), world::UInt=Base.get_world_counter())
6
return map(Core.Compiler.specialize_method, method_matches(tt; world))
7
end
0 commit comments