https://kotlinlang.org logo
n

necros

06/08/2016, 12:32 PM
Hi. The Kotlin have a autounboxing like the Python, something like this:
Copy code
var a: String
var b: String

(a,b) = someFuncWhichRetunPair()