Sfoglia il codice sorgente

Now actually apply the typeParameters

kindlich 7 anni fa
parent
commit
8f019d721d
Non sono state trovate chiavi note per questa firma nel database

+ 1
- 0
JavaIntegration/src/main/java/org/openzen/zencode/java/JavaNativeModule.java Vedi File

246
 				TypeID type = loadType(bound);
246
 				TypeID type = loadType(bound);
247
 				parameter.addBound(new ParameterTypeBound(CodePosition.NATIVE, type));
247
 				parameter.addBound(new ParameterTypeBound(CodePosition.NATIVE, type));
248
 			}
248
 			}
249
+			typeParameters[i] = parameter;
249
 		}
250
 		}
250
 		
251
 		
251
 		HighLevelDefinition definition;
252
 		HighLevelDefinition definition;

Loading…
Annulla
Salva