Description
The symbol kind shown for subroutines in modules should be "function" but currently is "method". "method" is reserved for usage in classes. In the context of Fortran, "method" should only be used for type-bound procedures (see bottom of http://fortranwiki.org/fortran/show/Object-oriented+programming).