No CC for the 2nd generic type of a class with two generic parameters

Hello,

image

Does this happen everywhere? If not, a concrete code sample would be appreciated rather than a severely cropped screenshot.

thanx!

Thanks, logged as bugs://85133

Everywhere where I try with the new Elements.

For exemple, in a new :NET Standard class library:

namespace ClassLibrary1;

interface

  type
    Class1 = public class
    public
      method DoSomething;
      begin
        var a : Dictionary<String, str>
      end;
    end;

implementation

end.
1 Like

bugs://85133 got closed with status fixed.

1 Like