| 134 | } |
| 135 | |
| 136 | TypeEnvironment TypeEnvironment::clone() const |
| 137 | { |
| 138 | TypeEnvironment result{m_typeSystem}; |
| 139 | result.m_typeVariables = m_typeVariables; |
| 140 | return result; |
| 141 | } |
| 142 | |
| 143 | TypeSystem::TypeSystem() |
| 144 | { |
no outgoing calls
no test coverage detected