Correctly type check Class<T> (#1698)

This commit is contained in:
Jen Basch
2026-08-26 05:29:34 +00:00
committed by GitHub
parent a90eb74c2d
commit cb01d6275b
39 changed files with 503 additions and 13 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
/// 3. `~/.config/pkl/settings.pkl`
/// 4. Path `pkl/settings.pkl` within the `$XDG_CONFIG_DIRS` search path
/// (dirs separated by `:` on Unix, `;` on Windows).
/// 4. `/etc/xdg/pkl/settings.pkl`
/// 5. `~/.pkl/settings.pkl` (legacy location used by Pkl 0.32 and lower)
/// 5. `/etc/xdg/pkl/settings.pkl`
/// 6. `~/.pkl/settings.pkl` (legacy location used by Pkl 0.32 and lower)
@ModuleInfo { minPklVersion = "0.33.0" }
module pkl.settings