Details
-
Type:
Suggestion
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Affects Version/s: 1.16.0
-
Fix Version/s: None
-
Component/s: Language Syntax & Semantics
-
Labels:None
Description
Project { property string bla: "bla" Probe { property string blub: bla // works id: theprobe } } Project { property string bla: "bla" Product { property string blub: bla // does not work } }
This might be surprising and confusing for beginners. The behavior should be rather consistent.