Yeah, it's the August release. You'll be breaking this feature in a couple of months.
I meant the April release as it is what I have installed.
Code listing that I just made to recreate the problem follows
- Code: Select all
#"""This is a test program"""
class Program
def main is shared
"""Hi"""
print "Hi"
The generated error is: error: test.cobra(5,11): error: Expecting EOL, but got ""Hi"" (STRING_DOUBLE) instead.
If the first line is uncommented, the error is: error: test.cobra(1, 1): error: Expecting use, assembly, namespace, class, interface or enum, but got """" (STRING_DOUBLE).
I am running Mono version 2.0.1 on Ubuntu version 9.04