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 Initial Version and Version 4 of Ticket #717


Ignore:
Timestamp:
Aug 10, 2009, 8:04:31 AM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #717

    • Property Status changed from new to closed
    • Property Severity changed from critical to trivial
    • Property Type changed from defect to doubt
    • Property Component changed from Database to OOP
    • Property Keywords #Embed added
    • Property Resolution changed from to invalid
  • Ticket #717 – Description

    initial v4  
    11Create a file 'def_A.tol' with this contents:
    22
     3{{{
    34================= def_A.tol =================
    45Class A
     
    89
    910A a;
    10 ================ def_A.tol ===================
     11}}}
    1112
    1213if you compile it works as expected but if we instantiate 'A a' in other file where def_A is included then TOL emit and error. In order to reproduce bug use the attached files and compile test_A.tol.