Skip to content

Commit

Permalink
sema: fix generic static method function instance modeling
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Apr 8, 2024
1 parent b344780 commit 3b233b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/jule/sema/eval.jule
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 3b233b9

Please sign in to comment.