blob: 245dda65115cf4e594432d66325c7037da012b0b [file] [log] [blame]
fun foo(): String {
val s: String? = "Not Null"
return s!!
}