Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
DestructureIntention
/
after.kt.template
blob: 11a3dcb18f1463f497814fa732068df5181c6e77 [
file
] [
log
] [
blame
]
val map
=
hashMapOf
(
1
to
2
)
for
(<
spot
>(
key
,
value
)</
spot
>
in
map
)
{
}