right. Then I return it ``` fun foo(): T { val...
# language-proposals
v
right. Then I return it
Copy code
fun foo(): T {
    val x = getX()
    return x
}