https://kotlinlang.org logo
g

groostav

06/26/2017, 5:50 PM
would anybody else like to see some aliasing behaviour like what kotlin does for
kotlin.List
to/from
java.util.List
to allow me to change the signature of map to give me nonnull values for a
get
call that throws when the key isnt available?