Show correct type in case a typecast has taken place.
This commit is contained in:
@@ -175,6 +175,9 @@ public:
|
|||||||
|
|
||||||
Type* GetType() const
|
Type* GetType() const
|
||||||
{
|
{
|
||||||
|
if (fCastedType != NULL)
|
||||||
|
return fCastedType;
|
||||||
|
|
||||||
return fNodeChild->GetType();
|
return fNodeChild->GetType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user