We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3451c2 + a294e51 commit 0b094d2Copy full SHA for 0b094d2
src/sourcery/sourcery_file_m.f90
@@ -23,7 +23,7 @@ impure elemental module function read_lines(file_name) result(file_object)
23
24
pure module function construct(lines) result(file_object)
25
implicit none
26
- type(string_t), intent(in), allocatable :: lines(:)
+ type(string_t), intent(in) :: lines(:)
27
type(file_t) file_object
28
end function
29
0 commit comments