voddan
fun main(args: Array<String>) { val b: String? = null if(b == null) return println("This will have exited the method and will not print $b") }