소스 검색

Now actually apply the typeParameters

kindlich 6 년 전
부모
커밋
8f019d721d
No known key found for this signature in database
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…
취소
저장