blakelee
val test: String get() = "test"
fun main(args: Array<String>) { val test: String get() = "test" }