Compilation failed - 1 error, 0 warnings
The doc string at the top of the file is accepted without error.
Are doc strings supported at the File, Class, Method, Property levels? If so, is it broken in this release or am I just doing something wrong?
- Code: Select all
class Test
"""
Test class to show doc string issue.
"""
def printTest
"""
this doc string fails also
"""
print 'Test'