- Timestamp:
- 03/18/10 05:36:21 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/BackEndClr/SharpCompilationMessage.cobra
r2314 r2325 120 120 line = line.replace("non-static", "non-shared") 121 121 line = line.replace("`ref'", "`inout'") 122 line = line.replace("a constructor", "an initializer") 123 line = line.replace(" constructor", " initializer") 122 124 # change C#'s `funky' quotes to double quotes 123 125 line = line.replace("`", '"')



