/deprecationOfParensShortFormOfMapEntry.kt:7:22: warning: Variable name 'value' differs from accessed property name 'key'. 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 value = key, ...)', the new positional destructuring syntax '[value, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormOfMapEntry.kt:7:29: warning: Variable name 'key' differs from accessed property name 'value'. 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 key = value, ...)', the new positional destructuring syntax '[key, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormOfMapEntry.kt:8:27: warning: Variable name 'bb' differs from accessed property name 'value'. 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 = value, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:9:22: warning: Variable name 'aa' differs from accessed property name 'key'. 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 = key, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:10: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.

/deprecationOfParensShortFormOfMapEntry.kt:10:25: warning: Variable name 'bb' differs from accessed property name 'value'. 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 = value, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:11:22: warning: Variable name 'aa' differs from accessed property name 'key'. 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 = key, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:11: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.

/deprecationOfParensShortFormOfMapEntry.kt:12:22: warning: Variable name 'aa' differs from accessed property name 'key'. 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 = key, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:27:11: warning: Variable name 'value' differs from accessed property name 'key'. 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 value = key, ...)', the new positional destructuring syntax '[value, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormOfMapEntry.kt:27:18: warning: Variable name 'key' differs from accessed property name 'value'. 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 key = value, ...)', the new positional destructuring syntax '[key, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormOfMapEntry.kt:28:16: warning: Variable name 'bb' differs from accessed property name 'value'. 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 = value, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:29:11: warning: Variable name 'aa' differs from accessed property name 'key'. 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 = key, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:30: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.

/deprecationOfParensShortFormOfMapEntry.kt:30:14: warning: Variable name 'bb' differs from accessed property name 'value'. 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 = value, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:31:11: warning: Variable name 'aa' differs from accessed property name 'key'. 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 = key, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:31: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.

/deprecationOfParensShortFormOfMapEntry.kt:32:11: warning: Variable name 'aa' differs from accessed property name 'key'. 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 = key, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:47:12: warning: Variable name 'value' differs from accessed property name 'key'. 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 value = key, ...)', the new positional destructuring syntax '[value, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormOfMapEntry.kt:47:19: warning: Variable name 'key' differs from accessed property name 'value'. 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 key = value, ...)', the new positional destructuring syntax '[key, ...]', or align the names to prepare for the transition.
See https://kotl.in/name-based-destructuring for more information.

/deprecationOfParensShortFormOfMapEntry.kt:48:17: warning: Variable name 'bb' differs from accessed property name 'value'. 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 = value, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:49:12: warning: Variable name 'aa' differs from accessed property name 'key'. 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 = key, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:50: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.

/deprecationOfParensShortFormOfMapEntry.kt:50:15: warning: Variable name 'bb' differs from accessed property name 'value'. 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 = value, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:51:12: warning: Variable name 'aa' differs from accessed property name 'key'. 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 = key, ...)', 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.

/deprecationOfParensShortFormOfMapEntry.kt:51: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.

/deprecationOfParensShortFormOfMapEntry.kt:52:12: warning: Variable name 'aa' differs from accessed property name 'key'. 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 = key, ...)', 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.
