view test/moduleinfo1.d @ 113:27b9f749d9fe trunk

[svn r117] Initial working implementation of interfaces. Groundwork for all the different types of class/interface casts laid out.
author lindquist
date Sat, 24 Nov 2007 06:33:00 +0100
parents ccca1c13e13a
children fd7ad91fd713
line wrap: on
line source

module moduleinfo1;

class C
{
}

void main()
{
    C c;
}