Y
Hacker News
new
|
ask
|
show
|
jobs
by
fauigerzigerk
3326 days ago
That surprises me. I would have thought that you could do this in Kotlin just as you can in Java with static import:
import StringUtilClass.* shout("I'm mad")
1 comments
Larrikin
3326 days ago
Personally I find that less clear where shout is coming from and how to use it. It would also make autocomplete less useful as mentioned
link