| 59 | } |
| 60 | |
| 61 | void BasicStructureAnnotation::seal( Module * m ) { |
| 62 | TypeAnnotation::seal(m); |
| 63 | mlib = nullptr; |
| 64 | } |
| 65 | |
| 66 | int32_t BasicStructureAnnotation::getGcFlags(das_set<Structure *> & dep, das_set<Annotation *> & depA) const { |
| 67 | int32_t gcf = 0; |
no test coverage detected