Issue #13068
I believe it will be very useful if, especially for the unit test framework if it were possible to get the name of method present in a class as a string. This will be helpful to check if the method is a test method or not.
/* Get the type of the ith method in a class.
Causes a compilation error if `i` is not in 1..numMethods(t).
:arg t: a class type
:arg i: which method to get the name of