Interface Inheritance not supported?

I was trying to use interface inheritance with a collection, but when I tried to access the inherited properties for the report generation it threw an exception saying the property didn’t exist.
A simple example would be the following:

public interface InterfaceA
{
public string Comment  { get; }
}
public interface InterfaceB : InterfaceA
{
public bool IsValid { get; }
}

The collection is over InterfaceB and I can’t access Comment in the report.

@devteam.pfc
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26590

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.