In future versions of Kotlin, will doing `typealia...
# announcements
d
In future versions of Kotlin, will doing
typealias JString = java.lang.String
be the same as doing
import java.lang.String as JString
?