Hi, I was playing around with reified generics in ...
# announcements
t
Hi, I was playing around with reified generics in Kotlin. I tried to have a generic
get
function that wraps around a
getString
,
getInt
, methods. I wrote this https://try.kotlinlang.org/#/UserProjects/hcd4agpck875pl6a8ad31vg5vg/h83porfurr8cru60q1gv95kntm I'm not sure what is going on because this code seems to work fine for Kotlin v1.0.7 but not on v1.1.3. Anyone care to take a look?