diff --git a/std/jule/sema/eval.jule b/std/jule/sema/eval.jule index c8555528a..e69263ac7 100644 --- a/std/jule/sema/eval.jule +++ b/std/jule/sema/eval.jule @@ -4322,5 +4322,7 @@ fn update_model_to_generic_ins(mut &m: &FnCallExprModel, mut &f: &FnIns) { m.expr = f | &StructSubIdentExprModel: (&StructSubIdentExprModel)(m.expr).method = f + | &StructStaticIdentExprModel: + (&StructStaticIdentExprModel)(m.expr).method = f } }