()
| 14846 | return new torch._C.MatchTypeReturn(null); |
| 14847 | } |
| 14848 | success() { |
| 14849 | return this._reason === null; |
| 14850 | } |
| 14851 | }); |
| 14852 | this.registerFunction('torch._C.matchTypeVariables', (formal, actual, type_env) => { |
| 14853 | if (!formal.hasFreeVariables()) { |
no outgoing calls
no test coverage detected