Wiki

root/cobra/trunk/Tests/100-basics/064-string-substitution.cobra

Revision 1181, 157 bytes (checked in by chuck, 4 years ago)

Warn about unnecessary parens on method declarations and calls that have no arguments.

  • Property svn:eol-style set to native
Line 
1# just a weird code generation bug on 2006-04-08 (uncaught exception)
2class Test
3
4    def run
5        print Exception('[.getType]')
6
7    shared
8        def main
9            Test().run
Note: See TracBrowser for help on using the browser.