Skip to content

Commit

Permalink
Fix: Module contains types
Browse files Browse the repository at this point in the history
  • Loading branch information
uNouss committed Nov 10, 2023
1 parent 1166982 commit 078cae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Famix-Fortran03-Entities/FamixF03Module.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ end module my_mod
Class {
#name : #FamixF03Module,
#superclass : #FamixF77ProgramUnit,
#traits : 'FamixTWithTypes',
#classTraits : 'FamixTWithTypes classTrait',
#instVars : [
'#users => FMMany type: #FamixF03Use opposite: #used'
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ FamixFortran03Generator >> defineHierarchy [
method --|> #TMethod.

module --|> programUnit.
module --|> #TWithTypes.

parameter --|> tHasIntent.

Expand Down

0 comments on commit 078cae3

Please sign in to comment.