Open kosiu opened 11 months ago
This code generate error: "Unexpected End of Scope at line ..."
do i=1,size(arr); associate(point => arr(i)) .... end associate; end do
But this one not:
do i=1,size(arr); associate(point => arr(i)) .... end associate end do
version of fortls: 2.13.0
This code generate error: "Unexpected End of Scope at line ..."
But this one not:
version of fortls: 2.13.0