Wiki

root/cobra/trunk/Tests/100-basics/910-is-same-line.cobra

Revision 1177, 172 bytes (checked in by chuck, 4 years ago)

Importing test cases.

  • Property svn:eol-style set to native
Line 
1class Test
2
3    var _x as int is shared
4
5    # TODO: 'is' is also an operator so it gets sucked into the expression below:
6#   var _y = 0 is shared
7   
8    def main is shared
9        return 
Note: See TracBrowser for help on using the browser.