diff tests/sema/scope_2.d @ 136:2be29b296081

Lots of changes: - Parsing classes and interfaces - Fixed some seg faults in sema - Supporting "private" to some extend - And a lot of other small fixes
author johnsen@johnsen-laptop
date Fri, 11 Jul 2008 21:47:57 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/sema/scope_2.d	Fri Jul 11 21:47:57 2008 +0200
@@ -0,0 +1,6 @@
+//fail
+
+void main()
+{
+    x = 5;
+}