[Swift-devel] [Bug 164] types with single character names do not work

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Fri Dec 12 15:36:21 CST 2008


http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=164





------- Comment #1 from benc at hawaga.org.uk  2008-12-12 15:36 -------
Index:
cog/modules/vdsk/tests/language-behaviour/027-single-character-typename.swift
===================================================================
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
+++
cog/modules/vdsk/tests/language-behaviour/027-single-character-typename.swift  
    2008-12-12 16:32:43.000000000 -0500
@@ -0,0 +1,5 @@
+
+type q;
+
+q i;
+
Index:
cog/modules/vdsk/tests/language-behaviour/028-double-character-typename.swift
===================================================================
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
+++
cog/modules/vdsk/tests/language-behaviour/028-double-character-typename.swift  
    2008-12-12 16:33:13.000000000 -0500
@@ -0,0 +1,4 @@
+type qq;
+
+qq i;
+


-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are the assignee for the bug, or are watching the assignee.



More information about the Swift-devel mailing list