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:43:16 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
18 | 18 | ClassA a = |
19 | 19 | { |
20 | | NameBlock aux = [[Text name="lkshfli"]]; |
| 20 | NameBlock args = [[Text name="lkshfli"]]; |
21 | 21 | ClassA.New(aux) |
22 | 22 | }; |
23 | 23 | |
24 | | ClassA b = ClassA.New([[Text name="lkshfli"]]); |
| 24 | ClassA b = ClassA.New({args=[[Text name="lkshfli"]]}); |
| 25 | |
| 26 | ClassA c = ClassA.New([[Text name="lkshfli"]]); |
25 | 27 | |
26 | 28 | }}} |
27 | 29 | |
28 | | Instance {{{ClassA a}}} is created but {{{ClassA b}}} is not created. |
| 30 | Instances {{{ClassA a}}} and {{{ClassA b}}} are created but {{{ClassA c}}} is not created. |
29 | 31 | |