// FALSE data class Test(val a : Int, val b : Int) fun a() { val (test, other) = Test(11, 12) }