📄 defined_type_2.f90
字号:
!This used to ICE as we chose the wrong type for the! temporary to hold type%x! fortran/18157MODULE bug IMPLICIT NONE TYPE :: my_type REAL :: x END TYPE TYPE (my_type), DIMENSION(3) :: t CONTAINS SUBROUTINE foo INTEGER, DIMENSION(8) :: c(3) t(c)%x = t(c)%x RETURN END SUBROUTINE foo END MODULE bug
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -