/deprecationOfParensShortFormWithNameMismatch.kt:8:22: warning: Variable name 'b' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val b = a, ...)', the new positional destructuring syntax '[b, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:8:25: warning: Variable name 'a' differs from accessed property name 'b'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val a = b, ...)', the new positional destructuring syntax '[a, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:9:25: warning: Variable name 'bb' differs from accessed property name 'b'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val bb = b, ...)', the new positional destructuring syntax '[bb, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:10:22: warning: Variable name 'aa' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val aa = a, ...)', the new positional destructuring syntax '[aa, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:11:22: warning: This syntax will be used for name-based destructuring in a future release, and an underscore without renaming will become an error.
Use name-based destructuring syntax '(val x, ...)' and drop the unused entry, or use the new positional destructuring syntax '[_, ...]'.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:11:25: warning: Variable name 'bb' differs from accessed property name 'b'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val bb = b, ...)', the new positional destructuring syntax '[bb, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:12:22: warning: Variable name 'aa' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val aa = a, ...)', the new positional destructuring syntax '[aa, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:12:26: warning: This syntax will be used for name-based destructuring in a future release, and an underscore without renaming will become an error.
Use name-based destructuring syntax '(val x, ...)' and drop the unused entry, or use the new positional destructuring syntax '[_, ...]'.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:13:22: warning: Variable name 'aa' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val aa = a, ...)', the new positional destructuring syntax '[aa, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:28:11: warning: Variable name 'b' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val b = a, ...)', the new positional destructuring syntax '[b, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:28:14: warning: Variable name 'a' differs from accessed property name 'b'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val a = b, ...)', the new positional destructuring syntax '[a, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:29:14: warning: Variable name 'bb' differs from accessed property name 'b'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val bb = b, ...)', the new positional destructuring syntax '[bb, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:30:11: warning: Variable name 'aa' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val aa = a, ...)', the new positional destructuring syntax '[aa, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:31:11: warning: This syntax will be used for name-based destructuring in a future release, and an underscore without renaming will become an error.
Use name-based destructuring syntax '(val x, ...)' and drop the unused entry, or use the new positional destructuring syntax '[_, ...]'.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:31:14: warning: Variable name 'bb' differs from accessed property name 'b'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val bb = b, ...)', the new positional destructuring syntax '[bb, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:32:11: warning: Variable name 'aa' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val aa = a, ...)', the new positional destructuring syntax '[aa, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:32:15: warning: This syntax will be used for name-based destructuring in a future release, and an underscore without renaming will become an error.
Use name-based destructuring syntax '(val x, ...)' and drop the unused entry, or use the new positional destructuring syntax '[_, ...]'.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:33:11: warning: Variable name 'aa' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val aa = a, ...)', the new positional destructuring syntax '[aa, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:48:12: warning: Variable name 'b' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val b = a, ...)', the new positional destructuring syntax '[b, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:48:15: warning: Variable name 'a' differs from accessed property name 'b'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val a = b, ...)', the new positional destructuring syntax '[a, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:49:15: warning: Variable name 'bb' differs from accessed property name 'b'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val bb = b, ...)', the new positional destructuring syntax '[bb, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:50:12: warning: Variable name 'aa' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val aa = a, ...)', the new positional destructuring syntax '[aa, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:51:12: warning: This syntax will be used for name-based destructuring in a future release, and an underscore without renaming will become an error.
Use name-based destructuring syntax '(val x, ...)' and drop the unused entry, or use the new positional destructuring syntax '[_, ...]'.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:51:15: warning: Variable name 'bb' differs from accessed property name 'b'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val bb = b, ...)', the new positional destructuring syntax '[bb, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:52:12: warning: Variable name 'aa' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val aa = a, ...)', the new positional destructuring syntax '[aa, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:52:16: warning: This syntax will be used for name-based destructuring in a future release, and an underscore without renaming will become an error.
Use name-based destructuring syntax '(val x, ...)' and drop the unused entry, or use the new positional destructuring syntax '[_, ...]'.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormWithNameMismatch.kt:53:12: warning: Variable name 'aa' differs from accessed property name 'a'. This syntax will be used for name-based destructuring in a future release, and this code will change its meaning.
Use the full name-based destructuring syntax '(val aa = a, ...)', the new positional destructuring syntax '[aa, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.
