view test/classinfo1.d @ 99:a676a7743642 trunk

[svn r103] Array comparisons are now fully implemented, that is - to the extent that TypeInfo is.
author lindquist
date Thu, 15 Nov 2007 00:24:44 +0100
parents 16e88334bba7
children 5071469303d4
line wrap: on
line source

module classinfo1;

class C
{
}

void main()
{
    auto ci = C.classinfo;
}