Exemplo n.º 1
0
 public TypeReferanceResolveReference(Tpn.TypeProblem2.TypeReference type)
 {
     this.type = type ?? throw new ArgumentNullException(nameof(type));
 }
Exemplo n.º 2
0
 public IFrontendType <IVerifiableType> Convert(Tpn.TypeSolution typeSolution, Tpn.TypeProblem2.TypeReference from, IEnumerable <Tpn.ITypeProblemNode> context)
 {
     // I don't think this is safe see:
     // {D27D98BA-96CF-402C-824C-744DACC63FEE}
     return(new WeakTypeReference(typeSolution.GetType(from, context)));
 }