e.g. ```fun fromJava(javat: T?) { t: T = javaT...
# language-proposals
j
e.g.
Copy code
fun fromJava(javat: T?) {
    t: T = javaT ?: Exception("")
}