I am getting a `StackOverFlowError` with the following code on Julia 1.2. This used to work on Julia 1.1. ```julia julia> NamedTuple{(:T,), Tuple{Type{Float64}}}((Float64,)) ERROR: StackOverflowError: Stacktrace: [1] convert(::Type{Tuple{Type{Float64}}}, ::Tuple{DataType}) at .\essentials.jl:304 [2] Type at .\tuple.jl:218 [inlined] [3] NamedTuple{(:T,),Tuple{Type{Float64}}}(::Tuple{DataType}) at .\namedtuple.jl:62 (repeats 37299 times) [4] top-level scope at REPL[14]:1 ```