瀏覽代碼

Now actually apply the typeParameters

kindlich 6 年之前
父節點
當前提交
8f019d721d
沒有發現已知的金鑰在資料庫的簽署中
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      JavaIntegration/src/main/java/org/openzen/zencode/java/JavaNativeModule.java

+ 1
- 0
JavaIntegration/src/main/java/org/openzen/zencode/java/JavaNativeModule.java 查看文件

@@ -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…
取消
儲存