| 45 | } |
| 46 | |
| 47 | Type MapOfAB() { |
| 48 | static absl::NoDestructor<Type> kInstance( |
| 49 | MapType(BuiltinsArena(), TypeParamA(), TypeParamB())); |
| 50 | return *kInstance; |
| 51 | } |
| 52 | |
| 53 | Type TypeOfType() { |
| 54 | static absl::NoDestructor<Type> kInstance( |
no test coverage detected