vvl
data class Test(val test1: Int, val test2: Int, private val test3: Int = test2 * test1)
Ruckus
snowe