Skip to content

Commit

Permalink
regression test for JuliaLang#8712, from JuliaLang#8862
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Apr 29, 2016
1 parent e5139a7 commit da35760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3849,6 +3849,10 @@ test_metadata_matches(f4, Tuple{})

end

# issue #8712
type Issue8712; end
@test isa(invoke(Issue8712, ()), Issue8712)

# issue #16089
f16089(args...) = typeof(args)
g16089() = f16089(UInt8)
Expand Down

0 comments on commit da35760

Please sign in to comment.