The following came up in a discussion with @davidagold, trying to subtype a function. MyFuncs is completely ignored, even when it hasn't yet been defined:
11:36 $ julia-dev
[banner here]
julia> function f() <: MyFuncs
end
f (generic function with 1 method)