``` fun <T> foo(): T { val x = SimpleObj...
# language-proposals
o
Copy code
fun <T> foo(): T {
    val x = SimpleObjectProperty<T>().get()
    return x
}