blob: 16b3b466d9cd5c9f950c440267b826a2ff341f00 [file] [log] [blame]
program reindentIfConstruct
if (1 .GE. 1) a = 1
!<<<<< 2, 38, 4, 44, pass
!!! This test shows the refactoring successfully converting a valid IF construct to a valid IF statement, and
!!! then reindenting the section of code to the correct location, based on code context.
end program