// WITH_RUNTIME // IGNORE_BACKEND_FIR: JVM_IR public inline fun > flatMapTo1(destination: C, transform: (List) -> Iterable) {} @OptIn(ExperimentalStdlibApi::class) fun box(): String { buildSet { // NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER is reported flatMapTo1(this) { it } } return "OK" }