close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of Ticket #725


Ignore:
Timestamp:
Aug 18, 2009, 5:39:14 PM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #725 – Description

    v1 v2  
    1616  };
    1717
    18   ClassA a = ClassA.New([[Text name="lkshfli"]]);
     18  ClassA a =
     19  {
     20    NameBlock aux = [[Text name="lkshfli"]];
     21    ClassA.New(aux)
     22  };
     23
     24  ClassA b = ClassA.New([[Text name="lkshfli"]]);
     25
    1926}}}
     27
     28Instance {{{ClassA a}}} is created but {{{ClassA b}}} is not created.
     29