Details
-
Technical task
-
Resolution: Unresolved
-
P2: Important
-
None
Description
Using the logic written for Binding's late-bound mode, we should be able to support an in-line, early bound mechanism of the same kind. For example:
Foo { alias objectName: bar.objectName objectName: some + expression }
This would make Foo's objectName an alias of bar.objectName and establish a binding on both.