Skip to content

Commit

Permalink
Merge pull request #16114 from stevengj/test8712
Browse files Browse the repository at this point in the history
regression test for #8712
  • Loading branch information
StefanKarpinski committed Apr 29, 2016
2 parents e42f199 + da35760 commit 8d1f6bc
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 8d1f6bc

Please sign in to comment.