D_Parser icon indicating copy to clipboard operation
D_Parser copied to clipboard

TypeDeclarationResolver does not set .Base correctly for DSymbol when as parameter

Open llucenic opened this issue 12 years ago • 0 comments

The following expression does not set (at as DSymbol).Base properly for function parameters:

var at = TypeDeclarationResolver.ResolveSingle(exp, this.resolutionCtx, null);

test scenario:

  1. breakpoint watched while stopped in debugger, dsBase here is null

  2. having tested analogy with a locally defined Object instance and everything works in this case

llucenic avatar Feb 26 '13 23:02 llucenic