Shared: Fix path in qldoc

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Simon Friis Vindum
2025-03-24 11:38:15 +01:00
committed by GitHub
parent e0ef24154a
commit 7dc49da6b0

View File

@@ -781,7 +781,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
* `""` | ``Base`1``
* `"T2"` | ``C`1``
* `"T2.T1"` | ``C`1``
* `"T2.T2.T2"` | `int`
* `"T2.T1.T1"` | `int`
*/
pragma[nomagic]
Type inferAccessType(Access a, AccessPosition apos, TypePath path) {