浏览代码

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;

正在加载...
取消
保存