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.
- Timestamp:
-
Aug 18, 2009, 5:39:14 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
16 | 16 | }; |
17 | 17 | |
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 | |
19 | 26 | }}} |
| 27 | |
| 28 | Instance {{{ClassA a}}} is created but {{{ClassA b}}} is not created. |
| 29 | |