This commit is contained in:
Nicholas Wilson 2024-10-27 19:11:52 +08:00 committed by GitHub
parent 81ce86ef67
commit dc4c187b2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -923,7 +923,7 @@ if (!is(S : T) &&
{
ti = tc.base;
}
if (auto tinf = (cast(TypeInfo_Interface) ti))
if (auto tinf = cast(TypeInfo_Interface) ti)
{
ti = tinf.info;
}