val message : String = "Kotlin Magic" // Explicit definition
var messages: List<String> = ArrayList()