kotlin equiv ends up being `val list = Gson().fro...
# android
s
kotlin equiv ends up being
val list = Gson().fromJson<List<Int>>("", object : TypeToken<List<Int>>() { }.type)