Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
1.16.0
-
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.