RemObjects Software RemObjects Software

C# to Oxygene

C# to Oxygene Commit Details

Date:2011-01-26 19:18:23 (2 years 3 months ago)
Author:Carlo Kok
Commit:96
Parents: 95
Message:42534: C# import: coalesce emits things twice

File differences

trunk/RemObjects.Oxygene.CS2Pas/OxygeneExpressionVisitor.pas
357357        write(', ');
358358        binaryOperatorExpression.Right:AcceptVisitor(Self, nil);
359359        write(')');
360        exit;
360361      end;
361362    BinaryOperatorType.Power:
362363      begin
...... 
365366        write(', ');
366367        binaryOperatorExpression.Right:AcceptVisitor(Self, nil);
367368        write(')');
369        exit;
368370      end;
369371    BinaryOperatorType.DictionaryAccess:
370372      begin

Archive Download the corresponding diff file

Revision: 96