We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6164de9 commit 9ba6af4Copy full SHA for 9ba6af4
test/test_source/hover/intent.f90
@@ -5,4 +5,4 @@ subroutine intent(arg1, arg2, arg3, arg4, arg5)
5
integer(4), intent(inout) :: arg3
6
integer(4), intent(in out) :: arg4
7
real, optional, intent(in) :: arg5
8
-end subroutine intent
+end subroutine intent
0 commit comments