[svn r94] started on complex support

calling final class methods was being treated as a virtual call failing an assertion.
This commit is contained in:
Tomas Lindquist Olsen
2007-11-07 03:36:07 +01:00
parent e7a17c2744
commit 4a5659c04e
7 changed files with 59 additions and 3 deletions

6
test/complex1.d Normal file
View File

@@ -0,0 +1,6 @@
module complex1;
void main()
{
cfloat c1;
}