And this: ``` fun <T> foo(): List<T> {...
# language-proposals
o
And this:
Copy code
fun <T> foo(): List<T> {
    val x = listOf(SimpleObjectProperty<List<T>>()).flatMap { it.get() }
    return x
}
So I guess, there is something very specific to Rx that doesn’t work