// WITH_RUNTIME val nullableString: String? = "abc" val foo = nullableString?.toUpperCase()?.toLowerCase()