Pipo
Pipo

Reputation: 5093

why is that I can't create an instance_free feature in a deferred class?

I'd like to create a class with both an instance_free (ensure class) feature and a deferred one.

why is that I can't call an instance_free feature in a deferred class but only on a descendant?

Don't understand the logic of that... is there for compiling reasons? or any sense I don't see? Where am I wrong with my logic?

Upvotes: 0

Views: 46

Answers (1)

Alexander Kogtenkov
Alexander Kogtenkov

Reputation: 5810

This is an implementation constraint of the current version of EiffelStudio (19.07). It is going to be removed in the future.

Upvotes: 1

Related Questions