From 858a9512910f2cba3adedc7cf692b2bc5ac1989e Mon Sep 17 00:00:00 2001 From: Riley Jones <78179109+rileyajones@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:39:40 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20initializer=20of=20instance=20members=20t?= =?UTF-8?q?hat=20reference=20identifiers=20declar=E2=80=A6=20(#6924)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Motivation for features / changes See #6882 for an explanation as to why these changes are needed. That PR was opened by an internal contributor who was having issues fixing the lint errors the encountered. --------- Co-authored-by: Chinthoorie <73375917+frost-cy@users.noreply.github.com>