Wiki

root/cobra/trunk/Tests/100-basics/504-to-error.cobra

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

Importing test cases.

  • Property svn:eol-style set to native
Line 
1# .error. unrecognized type
2class Test
3
4    def main
5        is shared
6
7        o as Object = 5
8
9        i as int = o to 10
10
11        assert i==5
Note: See TracBrowser for help on using the browser.