Wiki

root/cobra/trunk/Tests/100-basics/902-access.cobra

Revision 1324, 118 bytes (checked in by chuck, 4 years ago)

Fixed: Cobra doesn't exclude irrelevant warnings from the C# backend for non-English languages.
Fixed: Cobra does not detect unused local variables in many cases.

  • Property svn:eol-style set to native
Line 
1# access System
2class Test
3
4    def main
5        is shared
6       
7        s as System.Object = 'aoeu'
8        s = 'qwerty'
9        CobraCore.noOp(s)
Note: See TracBrowser for help on using the browser.