About the subject. This looks wrong from the point...
# getting-started
m
About the subject. This looks wrong from the point of JVM type system: you can't return
int
from method with generic return type (actually, Object), but you can return
java.lang.Integer
or
<http://kotlin.Int|kotlin.Int>
.