Add change note

This commit is contained in:
Tom Hvitved
2025-07-10 14:36:44 +02:00
parent c7d20eb98a
commit 70476c0e14

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Call resolution for calls to associated functions has been improved, so it now disambiguates the targets based on type information at the call sites (either type information about the arguments or about the expected return types).