// "Wrap with '?.let { ... }' call" "true" // WITH_RUNTIME val it = "" fun test(s: String?) { val name = "" bar(s) } fun bar(name: String) {}