I just realised that kotlin stores parameter names...
# announcements
m
I just realised that kotlin stores parameter names so they can be accessed via reflection (using the extension property
java.lang.reflect.Method#kotlinFunction
) Any reason why this information is not also supplied to the
java.lang.reflect.Parameter
?