Originally created by @bioball on GitHub (Nov 18, 2024).
Given:
// mod1.pkl const local lastName = "Smith" typealias Smiths = Listing<String(endsWith(lastName))>
This breaks:
import "mod1.pkl" res: mod1.Smiths = new { "Lily Smith" }
Error:
–– Pkl Error –– Cannot find property `lastName`. 3 | typealias Smiths = Listing<String(endsWith(lastName))> ^^^^^^^^
No dependencies set.
The note is not visible to the blocked user.
Originally created by @bioball on GitHub (Nov 18, 2024).
Given:
This breaks:
Error: