Kotlin - Variables and Type System
Find the problem in this Kotlin code snippet:
object Constants {
const val VERSION = getVersion()
fun getVersion() = "1.0"
}