Community
Participate
Working Groups
Hi guys, shouldn't this method also return TypeBindings for OT elements? Analog to MethodInvocation Expressions a MethodSpec, FieldAccessSpec and LiftingTypeReference should also have a type, right? For DefaultBindingResolver.resolveName(Name name) they are implemented and return the corresponding Binding. In most cases an IVariableBinding. They are just missing in the resolveTypeBindingForName method. :=) greetings Jan Marc
Created attachment 185020 [details] tests & fix
Requested implementation has been committed as r1145 f. and will be available in M4. cheers
Verified for M4 using build 201012150343 (using code inspection and by the tests in the patch).
.