Address review comments

This commit is contained in:
Tom Hvitved
2025-10-20 21:42:18 +02:00
parent c2ba4ba3fc
commit 41602d3efa
6 changed files with 199 additions and 205 deletions

View File

@@ -1118,6 +1118,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
* For example, if this access is the method call `M(42)`, then the inferred
* type at argument position `0` is `int`.
*/
bindingset[e]
Type getInferredType(AccessEnvironment e, AccessPosition apos, TypePath path);
/** Gets the declaration that this access targets in environment `e`. */