https://issues.dlang.org/show_bug.cgi?id=24333 --- Comment #1 from Walter Bright <bugzilla at digitalmars.com> --- This is a challenging problem because the ClassInfo is of variable size. Embedding it with the vtbl[] would mean the variable parts would then have to be indirect. --