Revision c2ec70cd1842b53f45ac72ea74c94f008adbc7b3 authored by Jameson Nash on 09 April 2021, 03:10:57 UTC, committed by GitHub on 09 April 2021, 03:10:57 UTC
Previously `type_more_complex` returns `false` for `Type{Type{...}}`
compared against `Type{...}`. Per comment there, this should return `true`,
but the code was ordered incorrect (it was also missing support for
Vararg, after the recent changes).

Fixes #40336

Co-authored-by: Shuhei Kadowaki <aviatesk@gmail.com>
1 parent b539198
Raw File
VERSION
1.7.0-DEV
back to top