// FLOW: OUT fun f1(param: String) {} fun f4(list: List) { for (s in list) if (s.isNotEmpty()) f1(s) }