Skip to content
Snippets Groups Projects
Commit 38643d15 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

minor typo

parent bad8ff83
No related merge requests found
Pipeline #62653 failed with stages
in 3 minutes and 19 seconds
......@@ -73,4 +73,4 @@ class Cast(PsFunction):
def cast(target_type: PsAbstractType, arg: ExprOrConstant):
return Cast(target_type)(ExprOrConstant)
return Cast(target_type)(arg)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment