diff --git a/Project.toml b/Project.toml index 417866a..9edcd5a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LoweredCodeUtils" uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b" authors = ["Tim Holy "] -version = "3.0.4" +version = "3.0.5" [deps] JuliaInterpreter = "aa1ae85d-cabe-5617-a682-6adf51b2e16a" diff --git a/src/codeedges.jl b/src/codeedges.jl index 6118d27..c8e9ac0 100644 --- a/src/codeedges.jl +++ b/src/codeedges.jl @@ -116,7 +116,7 @@ function print_with_code(preprint, postprint, io::IO, src::CodeInfo) sptypes = let parent = src.parent parent isa MethodInstance ? Core.Compiler.sptypes_from_meth_instance(parent) : - Core.Compiler.EMPTY_SPTYPESd + Core.Compiler.EMPTY_SPTYPES end end line_info_preprinter = Base.IRShow.lineinfo_disabled