view test/classinfo1.d @ 95:71b8fecdae38 trunk

[svn r99] Removed the ray demo. it's in test already (and not broken there)
author lindquist
date Mon, 12 Nov 2007 06:43:33 +0100
parents 16e88334bba7
children 5071469303d4
line wrap: on
line source

module classinfo1;

class C
{
}

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