mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Minor fixes to JMP statements
This commit is contained in:
@@ -57,6 +57,11 @@ internal record IrisObject(object Object, TypeSchema Type)
|
||||
if (property is not null)
|
||||
return property.PropertyType;
|
||||
}
|
||||
else if (expr is CastExpressionSyntax castExpr)
|
||||
{
|
||||
var castTargetName = QualifiedTypeName.Parse(castExpr.Type.ToString());
|
||||
return ctx.GetImportedType(castTargetName);
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user