id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 75,Catch assignments to read-only properties and indexers,Chuck,eric.sellon,"This is an error that Cobra misses that is dropping through to C#. {{{ class X get two as int return 2 def main is shared x = X() x.two = 4 # .error. cannot be assigned to # drops through to C#: # Property or indexer ""X.Two"" cannot be assigned to -- it is read only (C#) }}} ",defect,closed,minor,,Cobra Compiler,0.8.0,fixed,,