Intention to simplify for using destructing declaration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val map = hashMapOf(1 to 1)
|
||||
for ((myKey, myValue) in map) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user