You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properties declared in one statement captured default from first
In a properties block where multiple properties have default values,
only the first one was taken and applied to each. This change fixes that
and introduces a test that verifies this behaviour and as an added
benefit, tests the multiple properties in one block behaviour.
0 commit comments