Browse Source

Now actually apply the typeParameters

kindlich 6 years ago
parent
commit
8f019d721d
No known key found for this signature in database

+ 1
- 0
JavaIntegration/src/main/java/org/openzen/zencode/java/JavaNativeModule.java View 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…
Cancel
Save