Book a Demo

Author Topic: Problem: attr clA: ClassA; delete ClassA  (Read 3034 times)

roman

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • good luck ;-)
    • View Profile
Problem: attr clA: ClassA; delete ClassA
« on: November 29, 2005, 07:39:50 am »
Hello,

this suggestion i adress to the moderator.

context ClassA def:

context ClassB def:
attr clA: ClassA

When i delete the ClassA i would like to see a warning about the usage of ClassA in ClassB.
When accepted, then it will be correct to clear type of clA.

Thank you.
roman