Kaynağa Gözat

Now actually apply the typeParameters

kindlich 6 yıl önce
ebeveyn
işleme
8f019d721d
Veri tabanında bu imza için bilinen anahtar bulunamadı

+ 1
- 0
JavaIntegration/src/main/java/org/openzen/zencode/java/JavaNativeModule.java Dosyayı Görüntüle

@@ -246,6 +246,7 @@ public class JavaNativeModule {
246 246
 				TypeID type = loadType(bound);
247 247
 				parameter.addBound(new ParameterTypeBound(CodePosition.NATIVE, type));
248 248
 			}
249
+			typeParameters[i] = parameter;
249 250
 		}
250 251
 		
251 252
 		HighLevelDefinition definition;

Loading…
İptal
Kaydet